preact-rsc
v0.0.5
Published
**WIP** Preact implementation of react server components.
Downloads
19
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