This is a demo of Next.js rendering techniques. In this demo, we will be using the following rendering techniques:
- Static Rendering
- Dynamic Rendering
- Partial Prerendering
- Streaming
More information about these techniques can be found in the official Next.js docs.