Go to file
Pauan e3fc0f152a Version 0.5.9 2020-04-27 07:37:15 +02:00
examples Adding in livereload to the examples 2020-04-26 05:24:53 +02:00
src Changing children to use BorrowMut 2020-04-27 07:36:48 +02:00
.gitignore Breaking change: dominator now uses wasm-bindgen rather than stdweb 2019-06-11 15:29:46 +02:00
Cargo.toml Version 0.5.9 2020-04-27 07:37:15 +02:00
LICENSE Initial commit 2018-02-20 20:33:26 -10:00
README.md Add crates.io and docs.rs badges/links 2020-04-10 00:40:56 +03:00

README.md

crates.io docs.rs

Zero cost declarative DOM library using FRP signals for Rust!

Status

It is generally feature complete, though more convenience methods might be added over time.

It is relatively stable: breaking changes are rare, and are handled with the normal semver system.

You must use the Nightly Rust compiler (because it is needed for futures 0.3)

Running the examples

Just do yarn and then yarn start (it will take a while to compile the dependencies, please be patient)