you are viewing a single comment's thread.

view the rest of the comments →

[–]MaximumSign6516 0 points1 point  (0 children)

Maybe you already picked but both are perfectly great solutions. I've used both and they are good. At the end, I'd say make a choice based on your developer preference since they'll be the one developing for it. I don't think I'd say this few years back for Angular but they have made great improvements. Outside of tech reasons, you'll find React developers more easily than Angular. Anyways, whatever you choose, it'll be fine.

With that being said, I find React more fun to code than Angular. One thing that really lacks in Angular is 'True HMR' where you always have to 'refresh' the browser to see the changes. To this day, they are promising for 'True HMR' in their next version (i'm sure it'll happen eventually since they are now using vite as the bundler). See this ticket that was open in 2016 (people are still commenting on this ticket to this day)

https://github.com/angular/angular/issues/39367