Two Forms of Pre-rendering
Next.js has two forms of pre-rendering Static Generation and SSR
The difference between the two is when it generates the HTML for a page

Next.js has two forms of pre-rendering Static Generation and SSR
The difference between the two is when it generates the HTML for a page