bloom-client

Crates.iobloom-client
lib.rsbloom-client
version
sourcesrc
created_at2024-07-15 20:38:01.842668
updated_at2024-07-15 20:38:01.842668
descriptionClient-side rendering for bloom-core
homepage
repositoryhttps://github.com/mismosmi/bloom/tree/main/bloom-client
max_upload_size
id1304305
size0
Michel Smola (mismosmi)

documentation

README

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

Commit count: 0

cargo fmt