Dominator
Zero-cost ultra-high-performance declarative DOM library using FRP
...The library is designed to be “zero-cost,” meaning that abstractions compile down to highly optimized code with no unnecessary runtime overhead. Updates are handled in constant time regardless of application size, making it highly scalable for complex interfaces. Its API is inspired by component-based frameworks like React, but tailored to Rust’s ownership model and compiled to WebAssembly for browser execution. By avoiding the virtual DOM, it eliminates diffing overhead and provides direct control over DOM operations for improved performance.