There 2 main ways Next.js can fetch data on the server:
Although most tools limit you to one of these strategies, with the power of Next.js, you can use both SSR and SSG on a per-page basis, allowing you to serve both static and personnalized conttent without sacrificing performance.