https://github.com/atilafassina/fetch-patterns-react
This is just a small showcase to exemplify the differences of React Server Components vs Client Components for the article: “React Server Components: Concepts and Patterns” still to be released.
https://github.com/atilafassina/fetch-patterns-react
nextjs react react-server-components
Last synced: 12 days ago
JSON representation
This is just a small showcase to exemplify the differences of React Server Components vs Client Components for the article: “React Server Components: Concepts and Patterns” still to be released.
- Host: GitHub
- URL: https://github.com/atilafassina/fetch-patterns-react
- Owner: atilafassina
- Created: 2023-08-10T15:00:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-10T17:42:57.000Z (over 1 year ago)
- Last Synced: 2025-04-12T14:09:03.336Z (15 days ago)
- Topics: nextjs, react, react-server-components
- Language: TypeScript
- Homepage: https://goodbois.vercel.app
- Size: 33.2 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoodBois Club 🐕
[goodbois.vercel.app](https://goodbois.vercel.app)
This is just a small showcase to exemplify the differences of React Server Components vs Client Components for the article: “React Server Components: Concepts and Patterns” still to be released.
If you want to know when it's published, keep an eye on:
[](https://atila.io/mastodon)
[](https://twitter.com/intent/follow?screen_name=atilafassina)
[](https://atila.io/youtube)
[](https://atila.io/linkedin)## Running Locally
```
npx degit atilafassina/goodbois goodbois
```Install dependencies and run it:
```
npm i && npm run dev
```Check [localhost:3000](http://localhost:3000).
---
✌️ [Atila.io](https//atila.io)
Let's go!
