Leptos¶
Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces.
Dioxus¶
Dioxus is a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust.
Sycamore¶
Sycamore is a reactive library for creating web apps in Rust and WebAssembly.
yewstack/yew¶
seed¶
Seed is a front-end Rust framework for creating fast and reliable web apps with an elm-like architecture.
- All the benefits of Rust and macro based syntax.
- Minimal overhead, configuration, and boilerplate.
- Clear documentation made to be accessible regardless of your familiarity with Rust.
- Written without any unsafe code and works with stable Rust, no nightly required!
References¶
Can Rust Beat Javascript in 2023? https://joshmo.bearblog.dev/can-rust-beat-javascript-in-2023/
https://medium.com/swlh/building-a-front-app-with-rust-yes-you-can-and-yew-11e7835d768f
In [ ]: