@reaxis/render
v0.0.1
Published
Preact streaming render optimized for ssr with Suspense
Downloads
2
Readme
@reaxis/render
Currently a partial rewrite of preact-render-to-string's internal renderToChunks function, which is the basis for the streaming rendering methods renderToPipeableStream
and renderToReadableStream
.
Not recommended for use yet!
Example
// TODO
License, donations
AGPL-3.0. If you want to support my work, you can:
Changelog
0.0.1 (January 19, 2025)
- Initial release