An open API service indexing awesome lists of open source software.

https://github.com/ryosogawa/nextjs-blog-patterns

Next.js comparison (CSR/SSR/SSG/RSC/Static Export)
https://github.com/ryosogawa/nextjs-blog-patterns

nextjs

Last synced: 2 months ago
JSON representation

Next.js comparison (CSR/SSR/SSG/RSC/Static Export)

Awesome Lists containing this project

README

        

# nextjs-blog-patterns

This project explores the different rendering methods available in Next.js by creating a blog with Hacker News using various methods and comparing their differences.

The available rendering methods include

- [Client-Side Rendering (CSR)](https://nextjs-blog-patterns-src-project.vercel.app/csr)
- [Server-Side Rendering (SSR)](https://nextjs-blog-patterns-src-project.vercel.app/ssr)
- [Static Site Generation (SSG)](https://nextjs-blog-patterns-src-project.vercel.app/ssg)
- [Server-Side-Components (RSC)](https://nextjs-blog-patterns-rsc.vercel.app/)
- [Static Export](https://nextjs-blog-patterns-static-export.vercel.app/)