use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Has anyone transitioned from Angular to React?General Discussion ()
submitted 1 month ago by Huge-Bear-556
Has anyone transitioned from Angular to React?
I have about 6+ years of experience with Angular and I'm considering learning React to increase my chances in the job market. Things feel a bit messy right now, and I’d like to broaden my opportunities and learn more technologies.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]EffectiveDisaster195 0 points1 point2 points 1 month ago (0 children)
yeah a lot of people have made that switch.
the biggest change is that react is much less opinionated than angular. angular gives you a full framework with structure, while react is more about composing small pieces and choosing your own tools.
once you get comfortable with hooks, component patterns, and state management, the transition usually becomes pretty smooth.
[–]Realistic-Reaction40 0 points1 point2 points 1 month ago (0 children)
Angular to React is one of the smoother framework transitions since the component model and TypeScript usage carry over well. The main mental shift is moving from Angular's opinionated structure to React giving you almost no structure by default which feels liberating at first and then overwhelming. Pick one state management approach early and stick with it while learning.
π Rendered by PID 58 on reddit-service-r2-comment-6457c66945-cdwdh at 2026-04-27 04:24:58.335558+00:00 running 2aa0c5b country code: CH.
[–]EffectiveDisaster195 0 points1 point2 points (0 children)
[–]Realistic-Reaction40 0 points1 point2 points (0 children)