Go to file
Pauan 833a3c4ec0 Fixing the unit tests 2020-03-11 13:29:29 +01:00
examples Fixing build errors 2019-08-29 05:17:47 +02:00
src Fixing the unit tests 2020-03-11 13:29:29 +01: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.7 2020-01-20 04:40:59 +01:00
LICENSE Initial commit 2018-02-20 20:33:26 -10:00
README.md Breaking change: dominator now uses wasm-bindgen rather than stdweb 2019-06-11 15:29:46 +02:00

README.md

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)