50 shades of React rendering with Next.js
React.js
Next.js
TypeScript
Node.js
JavaScript
server-side rendering
CSR. SSG. SSR. ISR. These acronyms are different ways that we can render our React apps. Let’s explore all the types of rendering, and which we should choose for pages in our Next.js apps.