DEV Community

Discussion on: Is Server-Side Rendering really easy using NextJS?

Collapse
 
mantenn profile image
Nazar Maksymchuk

It's not hard, it's Server Side Rendered when a page gets requested, when a user clicks on url it grabs the content, slugs have to be manually set--finer control in comparison to Gatsby, data injection is not complex but you will get used to it quickly.I am talking about NextJS, zeit made it a breeze to go set it up. A few pages, should take you at least 20 mins to read through the getting started guide on nextjs, and you'll be familiar. nextjs.org/learn/basics/getting-st...