I've been building Fusor. It's a reactive web framework for Rust where the templates are plain HTML files, so there's no markup living inside Rust macros like view! or rsx!.
The state and logic live in ordinary Rust structs, and the whole app compiles to WASM. It also benefits from Rust type checkers, even for the HTML bindings.
The Fusor website is fully built using the framework.
It's all experimental, so I expect breaking changes and lots of refactors.
Any feedback is welcome, and so are contributions! The project is pro AI, if you do decide to contribute.
The state and logic live in ordinary Rust structs, and the whole app compiles to WASM. It also benefits from Rust type checkers, even for the HTML bindings.
The Fusor website is fully built using the framework. It's all experimental, so I expect breaking changes and lots of refactors.
Any feedback is welcome, and so are contributions! The project is pro AI, if you do decide to contribute.