| Crates.io | bloom-client |
| lib.rs | bloom-client |
| version | 0.1.0 |
| created_at | 2024-07-15 20:38:01.842668+00 |
| updated_at | 2024-07-15 20:38:01.842668+00 |
| description | Client-side rendering for bloom-core |
| homepage | |
| repository | https://github.com/mismosmi/bloom/tree/main/bloom-client |
| max_upload_size | |
| id | 1304305 |
| size | 25,443 |
A client-side UI library similar to react-dom based on bloom-core and bloom-html.
For server-side prerendering see bloom-ssr
Docs on how to use this with wasm-pack are coming soon
There's really only two APIs
render renders a component completely on the clienthydrate renders a component based on pre-rendered html (usually from using bloom-ssr on the server)