Hacker News new | ask | show | jobs
by SvenL 785 days ago
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…

1 comments

The main thing that next.js gives over React is a backend, something that Angular by itself doesn't give you.