upvote
Usually the argument against frameworks is that modularity will cover differing use cases better, unlike a framework that becomes hard the moment you need to do something they didn't design for. I've been ok without frameworks, but not sure yet which way is better.

The most annoying thing I've seen in the JS ecosystem is the in-between, libraries that act more like pieces of a framework. Like you have React and foo which you'd expect to be separate libs, but everyone handles that with a react-foo package. Version compatibility becomes a puzzle once you have 2+ of those.

reply
> Why does the JavaScript ecosystem pride itself in not having a framework? That’s the very thing that drove me out of the ecosystem.

I don't think that claim's anywhere in the article.

Some people do take pride in how JavaScript has come a long way from the jQuery days.

reply
That's not what the article says. It's about being agnostic what kind of frontend framework/library you use, e.g. giving the users the freedom to choose between React/jQuery, etc..
reply