Hacker News new | ask | show | jobs
by Capricorn2481 544 days ago
We may be talking about different things. I don't mean that you literally serve it as a static site, I'm illustrating React is just a view library.

The comment you responded to was about not needing NextJS and you said it's impossible to just use React if you need multiple pages or need SSR.

How so? You can have an MPA with React. If you have a server (Even if it's not NextJS) then you can do SSR. Then you can hydrate with React and manipulate as needed. This is what NextJS does.

I didn't interpret the OP to be saying "You don't need a server."

1 comments

> Then you can hydrate with React and manipulate as needed. This is what NextJS does.

:facepalm:

Tell me you're a backend developer with little to no experience on this stuff without telling me you're a backend developer.