Go to file
Pauan 7229ab9f6e Improving README 2021-04-30 01:27:57 +02:00
examples Adding in livereload to the examples 2020-04-26 05:24:53 +02:00
src Version 0.5.15 2021-04-30 01:13:37 +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.15 2021-04-30 01:13:37 +02:00
LICENSE Initial commit 2018-02-20 20:33:26 -10:00
README.md Improving README 2021-04-30 01:27:57 +02: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 quite stable: breaking changes are very rare, and are handled with the normal semver system.

I have successfully used Dominator on multiple large applications, and it performed excellently.

Dominator is one of the fastest DOM frameworks in the world (it is just as fast as Inferno), and it scales incredibly well even with very large applications. Dominator is so fast that it is almost never the bottleneck, instead the real bottleneck is the browser itself.

Running the examples

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

Community

We have a Discord server. Feel free to ask any Dominator questions there.