https://github.com/jacob-ebey/preact-rsc
**WIP** Preact implementation of react server components.
https://github.com/jacob-ebey/preact-rsc
Last synced: about 1 year ago
JSON representation
**WIP** Preact implementation of react server components.
- Host: GitHub
- URL: https://github.com/jacob-ebey/preact-rsc
- Owner: jacob-ebey
- Created: 2023-04-01T01:09:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T07:41:00.000Z (about 3 years ago)
- Last Synced: 2025-04-01T20:07:11.552Z (about 1 year ago)
- Language: JavaScript
- Size: 140 KB
- Stars: 44
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# preact-rsc 
**WIP** Preact implementation of react server components.
The API is a bit different from the React one, but implements the same ideas.
TODO:
- [x] Synchronous component transport and recreation
- [x] Async component transport and recreation
- [x] Suspense boundaries
- [x] Support for client component holes
- [ ] Support for client hydration