https://github.com/boostvolt/webnesday-rsc-and-streaming-in-nextjs-13
Simple example of how to use the new React Server Components and Streaming with Suspense in Next.js 13.
https://github.com/boostvolt/webnesday-rsc-and-streaming-in-nextjs-13
bun components nextjs presentation react server streaming suspense
Last synced: about 1 month ago
JSON representation
Simple example of how to use the new React Server Components and Streaming with Suspense in Next.js 13.
- Host: GitHub
- URL: https://github.com/boostvolt/webnesday-rsc-and-streaming-in-nextjs-13
- Owner: boostvolt
- Archived: true
- Created: 2023-09-29T07:48:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T14:52:30.000Z (over 1 year ago)
- Last Synced: 2025-03-13T13:44:35.488Z (3 months ago)
- Topics: bun, components, nextjs, presentation, react, server, streaming, suspense
- Language: TypeScript
- Homepage:
- Size: 2.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Webnesday RSC & Streaming in Next.js 13
[Webnesday Presentation](.github/assets/RSC%20&%20Streaming%20in%20Next.js%2013.pdf)
## Introduction
This is a simple example of how to use the new React Server Components and Streaming with Suspense in Next.js 13.### Running locally
1. `bun install`
2. `bun dev`
3. Go to `localhost:3000`