Rust Dominator

Zero-cost ultra-high-performance declarative DOM library using FRP signals for Rust!
Alternatives To Rust Dominator
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Functional Frontend Architecture1,353
4 years ago10mitJavaScript
A functional frontend framework.
Rust Dominator761222 months ago46July 16, 202219mitRust
Zero-cost ultra-high-performance declarative DOM library using FRP signals for Rust!
Reflex Platform681
2 months ago90bsd-3-clauseNix
A curated package set and set of tools that let you build Haskell packages so they can run on a variety of platforms. reflex-platform is built on top of the nix package manager.
Reflex Dom341
3 months ago64bsd-3-clauseHaskell
Web applications without callbacks or side-effects. Reflex-DOM brings the power of functional reactive programming (FRP) to the web. Build HTML and other Document Object Model (DOM) data with a pure functional interface.
Purescript Specular120
2 months agoNovember 04, 20198mitPureScript
A Reflex-Dom inspired UI library for PureScript
Reduxfx99213 years ago3July 27, 201711apache-2.0Java
Functional Reactive Programming (FRP) for JavaFX
Motorcycle.ts632095 months ago76October 12, 201792mitTypeScript
Your Type-Safe, Declarative and Reactive Toolkit for Modern Composable and Event-Driven Development
Akka Ui53
4 years ago9April 18, 20192apache-2.0Scala
AkkaUI - Build your reactive UI using Akka.js
Recurrent45
3 years agoClojure
A library for building functional-reactive (FRP) GUIs in Clojurescript
Dataflows37
7 years agoJavaScript
Web app dataflows
Alternatives To Rust Dominator
Select To Compare


Alternative Project Comparisons
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.

Popular Frp Projects
Popular Dom Projects
Popular Control Flow Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Rust
Dom
Cost
Reactive Programming
Frp