DEV Community

Discussion on: Is Next JS really that good?

Collapse
 
dglsparsons profile image
Douglas Parsons

Hey, thanks for sharing your thoughts. By Pre-rendering do you mean server side? It's a great point about the magic - I've always found magic stuff to be a double edged sword though, so I'm a bit hesitant.

Is your experience mostly positive though?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

Actually, prerendering actually means web browser snapshot; but it can also be done via SSR.

Next.js is SSR, but Webpack prerender plugin is Puppeteer snapshot.