DEV Community

[Comment from a deleted post]
Collapse
 
acanimal profile image
Antonio Santiago

Hi Sergio,
as always it depends on your needs.

I used Next.js when only was 6 months old and my experience was really good. The project requires: SEO, so Next.js works fine making the SSR of the first request and then working as a SPA.

My only negative is SSR could be a bit slow if you have tons of requests.