1 unstable release
0.1.0 | Jul 15, 2024 |
---|
#404 in WebAssembly
110KB
2.5K
SLoC
bloom-client
A client-side UI library similar to react-dom based on bloom-core and bloom-html.
For server-side prerendering see bloom-ssr
Setup
Docs on how to use this with wasm-pack are coming soon
API
There's really only two APIs
render
renders a component completely on the clienthydrate
renders a component based on pre-rendered html (usually from usingbloom-ssr
on the server)
Example
Dependencies
~12MB
~219K SLoC