«
Next.js is a popular framework built on top of
React. Coming from React, or simply the "frontend" world, where everything runs on the browsers could feel a bit confusing. In Next there are different ways like CSR (Client Side Rendering - everything runs on the browser), SSR (Server Side Rendering), Static Site Generation (SSG), ISR (Incremental Static Regeneration). This article explains all of them. »