What is the most fully-featured rust frontend framework?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • dioxus

    Fullstack GUI library for web, desktop, mobile, and more.

  • There have been some improvements interfacing with Javascript: 1) You can now return untyped values from javascript with use_eval 2) https://github.com/DioxusLabs/dioxus/pull/894 exposes the raw web-sys event type which would allow you to add your own platform-specific web listener for a custom event

  • rust-web-framework-comparison

    A comparison of some web frameworks and libs written in Rust

  • I want to push for using rust & wasm for a small experimental project at my job. I have reviewed the rust web frameworks comparison document, I'd be interested in Yew because I'm familiar with React, and I am interested in Sycamore and Leptos because they are recommended for use in Tauri and I'm personally interested in trying Tauri at some point.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • blitz

    High performance HTML and CSS renderer powered by WGPU (by DioxusLabs)

  • If you are focused on performance we are working on a native renderer for Dioxus called Blitz. It is very incomplete right now, but in the future it will be much more performant than the current webview based approach.

  • freya

    Native GUI library for 🦀 Rust powered by 🧬 Dioxus and 🎨 Skia.

  • Or if you don't care about web compatibility, you can use Dioxus' state management with Freya which is more complete and renderers natively with Skia

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts