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)
- Host: GitHub
- URL: https://github.com/ryosogawa/nextjs-blog-patterns
- Owner: RyoSogawa
- Created: 2023-04-14T08:13:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T13:25:19.000Z (about 2 years ago)
- Last Synced: 2025-02-08T18:16:40.930Z (4 months ago)
- Topics: nextjs
- Language: TypeScript
- Homepage: https://nextjs-blog-patterns-csr.vercel.app
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)