| Crates.io | impulse |
| lib.rs | impulse |
| version | 0.1.1 |
| created_at | 2019-02-14 13:44:24.996457+00 |
| updated_at | 2019-02-14 13:47:29.358279+00 |
| description | A DOM framework for client side rendering using wasm-bindgen and server side rendering using the framework of your choice. |
| homepage | https://github.com/gisleburt/impulse |
| repository | https://github.com/gisleburt/impulse |
| max_upload_size | |
| id | 114729 |
| size | 216,324 |
Impulse is a Rust based DOM framework for building isomorphic web applications.
Currently there's not much to see here.
rsx! { } macrorsx! { } macroCreate html elements + text nodes using Rust
Create html elements + text nodes using rsx! { } macro
Create custom components using Rust
Create custom components using rsx! { } macro
Attach Rust code to events (onclick, etc)
Hydrate server side generated code