Hacker News new | ask | show | jobs
by bhhaskin 716 days ago
Nextjs is the way.
1 comments

Or Vite. It is a close call.

Vite seems to more configurable but the trade-off is you spend more time figuring out how to set stuff up like SSR and routing. NextJS had it all set up but Vercel make some weird choices like rolling out the app router and saying it is recommended when it felt very beta still.

My preferred thing is NextJS or Vite but constrain it to front end only. Use a better back end stack than Node. Any of the major ones will do.

Isn’t vite a build tool? Next js is a framework for building apps or sites.
Yes. It comes with a lot of features overlapp with NextJS and there are plugins for the rest.