1 unstable release

0.1.0 Jul 15, 2024

#382 in WebAssembly

MIT license

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 client
  • hydrate renders a component based on pre-rendered html (usually from using bloom-ssr on the server)

Example

See bloom-client-example

Dependencies

~12MB
~212K SLoC