Yew alternatives

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Seed

    A Rust framework for creating web apps

    Practically every Rust web frontend I've seen takes a react-like approach, with "hooks" to store all of the state in. The now-abandoned Seed and Yew's struct components use a message-passing approach, where the state is stored as member variables on the struct representing the component that are updated based on messages dispatched by event handlers. There's also egui, which has a completely different paradigm that involves making the UI from scratch every frame based on the app's current state. It's not a web framework the same way as the others, but it can draw its UI to a web canvas just fine.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • yew

    Rust / Wasm framework for creating reliable and efficient web applications

    It is not the recommended approach and is not very well documented and there is an ongoing discussion here to remove struct components from the documentation entirely.

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

  • Web development

    5 projects | /r/rust | 6 Feb 2022
  • From TypeScript To ReScript (blog post)

    3 projects | /r/reactjs | 11 Jan 2022
  • Any good book or tutorial on creating SPA using webassembly

    4 projects | /r/rust | 6 Dec 2021
  • GitHub - seed-rs/seed: A Rust framework for creating web apps

    5 projects | /r/rust | 17 Sep 2021
  • You do Yew: Rust frontend framework that compiles into WebAssembly

    4 projects | dev.to | 28 Jul 2021