1 unstable release
Uses old Rust 2015
0.0.1 | Jul 25, 2018 |
---|
#34 in #virtual-dom
55KB
Percy
A modular toolkit for building isomorphic web apps with Rust + WebAssembly
percy cargo documentation <--- TODO... publish
Initial Background / Motivation
TODO...
Getting Started
TODO...
link to mdbook...
Running the example isomorphic web app locally
git clone https://github.com/chinedufn/percy
cd percy
./examples/isomorphic/start.sh
Now visit http://127.0.0.1:7878
!
Contributing
Please open issues / PRs explaining your intended use case and let's see if we should or shouldn't make percy
support it!
Also feel free to open issues and PRs with any questions / thoughts that you have!
To test
TODO... make this a script so that we can run the JSDOM tests also
cargo test --all
See Also
-
virtual-dom - a JavaScript virtual-dom implementation that I took inspiration from.
-
How to write your own Virtual DOM - helped me better understand how a virtual-dom works.
License
MIT