Go to file
Pauan b0a638eeb8 Adding in apply and apply_if methods 2018-10-29 23:06:22 -10:00
examples Breaking change: replacing hidden and hidden_signal with visible and visible_signal 2018-10-25 13:44:17 -10:00
src Adding in apply and apply_if methods 2018-10-29 23:06:22 -10:00
.gitignore Updating to the latest rust-signals changes 2018-07-22 10:01:48 -10:00
Cargo.lock Version 0.3.1 2018-10-29 21:18:57 -10:00
Cargo.toml Version 0.3.1 2018-10-29 21:18:57 -10:00
LICENSE Initial commit 2018-02-20 20:33:26 -10:00
README.md Adding in apply and apply_if methods 2018-10-29 23:06:22 -10:00
Web.toml Adding in OnTimestampDiff 2018-07-13 12:26:45 -10:00

README.md

Zero-cost virtual DOM 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)