dominator

Crates.iodominator
lib.rsdominator
version0.5.35
sourcesrc
created_at2018-03-18 16:21:42.596178
updated_at2024-07-01 02:10:54.423949
descriptionZero-cost ultra-high-performance declarative DOM library using FRP signals
homepagehttps://github.com/Pauan/rust-dominator
repositoryhttps://github.com/Pauan/rust-dominator
max_upload_size
id56286
size178,942
(Pauan)

documentation

README

crates.io docs.rs

Zero-cost ultra-high-performance declarative DOM library using FRP signals for Rust!

Overview

Dominator is one of the fastest DOM frameworks in the world (it is just as fast as Inferno).

It does not use VDOM, instead it uses raw DOM nodes for maximum performance. It is close to the metal and has almost no overhead: everything is inlined to raw DOM operations.

It scales incredibly well even with very large applications, because updates are always O(1) time, no matter how big or deeply nested your application is.

It has a convenient high level declarative API which works similar to React components, but is designed for Rust and FRP signals.

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.

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.

Commit count: 312

cargo fmt