React Won by Default – And It's Killing Frontend Innovation

48 points by dbushell


dlisboa

I’ll say this as a full-stack dev who is now in a mostly frontend role programming React daily: there’s vast amounts of overuse of JavaScript frameworks. There’s very little value to more frameworks if what they’re giving us is just reinventing native HTML semantics, which is what 80% of React code in the wild is doing.

The innovation these frameworks have given us has been mostly related to three things: reactivity (two-way binding mostly), state management and component reusability (more specifically declarative templating). More focus should be given to bringing those functionalities to Web standard APIs.