Hacker News new | ask | show | jobs
by yen223 787 days ago
I genuinely can't think of anything Angular does that I felt was strictly better than what React does.

The closest is probably that Angular is batteries-included, whereas React is just a view library. This argument I would be more sympathetic with if those batteries did not include observables for (almost) everything.

(I know about Signals. Not a fan of that either)

2 comments

The strange is, how long will it be just a view library. I‘m a beginner and was frustrated that the official react documentation advises to use next.js or some other react framework instead of vanilla react (because react is just a view library and you need routing, state management and other stuff anyway)

First thing which came to my mind was „huh, angular was right“.

And yes, vite and vanilla react is still possible…

The main thing that next.js gives over React is a backend, something that Angular by itself doesn't give you.
Observables are painful, especially when they should just be available Promises.

But Signals? That's just what everybody is converging on, hence making Angular no worse and no better than the competition in that regard.