Reactive UI framework in Rust: web + desktop, zero JS
domus is a reactive UI framework written in Rust, compiling to WASM for the web and to native binaries for desktop, with zero JavaScript in the runtime path. Currently alpha (v0.1.0).
flowchart TD P["idea / needs"] --> S["domus"] S --> A["reactive UI framework, Rust"] S --> B["web target: WASM"] S --> C["native desktop target"]
Reactive UI framework written entirely in Rust, targeting both web (WASM) and native desktop with zero JavaScript overhead. Alpha stage (v0.1.0), a bet on Rust as the future of cross-platform UI.