https://github.com/lgrammel/rsc-streaming-regression
https://github.com/lgrammel/rsc-streaming-regression
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lgrammel/rsc-streaming-regression
- Owner: lgrammel
- Created: 2024-08-02T07:54:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T08:17:04.000Z (about 1 year ago)
- Last Synced: 2024-10-04T18:41:49.220Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://rsc-streaming-regression.vercel.app
- Size: 83 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React 19 / Next 15 Streaming Bug
Step 1: Start the server
```
npm run dev
```Step 2: Go to http://localhost:3000/completion-rsc
Step 3: Enter longer completion text e.g. "tell me about berlin" and press enter
Step 4: Wait, completion gets rendered after a while in one go. It should have been streamed.