Hacker News new | ask | show | jobs
by leros 606 days ago
I disagree very strongly. Next is great for just front-end. I use Next with the static export.

- Next does a good job as a React framework (ie CRA alternative) - Next does a great job with code bundling and splitting out of the box - Next's static build system makes it easy to query your backend statically at build time to generate things like blogs, SEO pages, etc.