|
|
|
|
|
by schwartzworld
995 days ago
|
|
In my experience frontend is surprisingly steady. React is popular enough to be the default choice at many jobs, and angular and vue are both common enough that you could make a career in them without having to chase anything. The meme about a new framework every week is a little outdated. Nothing is really poised to topple the big 3. But more than that, a lot of concerns are the same no matter what framework you use. Making an app accessible in React isn't that different from doing it in any other framework. Browser APIs don't really change. Switching frameworks just means switching mental models for how you store and pass around data, but it doesn't fundamentally change the job. And the great thing about the popular frameworks is that once you internalize how they work, they can really speed up the way you work. |
|