rust-dominator/README.md

17 lines
593 B
Markdown
Raw Normal View History

2020-04-09 17:40:56 -04:00
[![crates.io](http://meritbadge.herokuapp.com/dominator)](https://crates.io/crates/dominator)
[![docs.rs](https://docs.rs/dominator/badge.svg)](https://docs.rs/dominator)
2019-01-08 05:14:15 -05:00
Zero cost declarative DOM library using FRP signals for Rust!
2018-10-30 05:06:22 -04:00
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.
2018-12-21 06:29:44 -05:00
Running the examples
====================
Just do `yarn` and then `yarn start` (it will take a while to compile the dependencies, please be patient)