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
renderrenders a component completely on the clienthydraterenders a component based on pre-rendered html (usually from usingbloom-ssron the server)