Article from Baptiste Jan
Next.js: Use Server-Side Rendering in your React App // Part 1
Baptiste Jan7 min read
Usually, we are completely running React.js on client-side: Javascript is interpreted by your browser. The initial html returned by the server contains a placeholder, e.g. <div id="root"></div>, and then, once all your scripts are loaded, the entire UI is rendered in…
Continue reading →