|
|
|
|
|
by tbugrara
2141 days ago
|
|
It's 2020 and I still see this "churn in frontend web frameworks" mentioned. I don't see how this is true anymore. The churn was very real in the early 2010s, but these days almost all web development is done in React [1]. If not React, it's either Vue, Angular, and Ember. I'm sure there are a lot of niche frameworks out there that are in use, but that's not what churn means. As a web developer you can learn React once and never have to pick up another framework again pretty easily. Not to mention that at this point the complexity of web development isn't exclusively held within your framework choice. Thinking about global state, eventing, and architecting your project are where the real hard problems are. [1] https://2019.stateofjs.com/front-end-frameworks/#front_end_f... |
|