An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# preact-rsc ![bundlejs badge](https://deno.bundlejs.com/?q=preact-rsc&treeshake=[{+createFromReadableStream+}]&config={%22esbuild%22:{%22external%22:[%22preact%22]}}&badge=)

**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