DEV Community

Discussion on: 3,000+ words on why you should use Next.js

Collapse
 
jchayan_ profile image
Jorge Chayan

Summary:

Why React? Because it's popular
Why next? Because you want slow SSR

Collapse
 
dbredvick profile image
drew.tech

SSR isn't really the only option for Next.js apps anymore. Have you looked into getIntialProps, getStaticPaths, and Incremental Static Regeneration? All forms of SSG and that super fast.

Why React isn't really the correct subtitle for that area of the essay. It's important to know that Next.js likely only became popular by riding the wave of React.

There are much better resources than this essay that talk about why React is a solid technical choice.