GitHub - seed-rs/seed: A Rust framework for creating web apps

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Seed

    A Rust framework for creating web apps

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. yew

    Rust / Wasm framework for creating reliable and efficient web applications

    I've used seed before. It's pretty decent but it's certainly lacking in some areas of its core API that ends up discouraging reusable components. We ended up rewriting using yew instead, which was more convenient for us whilst still maintaining an Elm-like architecture.

  4. trunk

    Build, bundle & ship your Rust WASM application to the web.

    The best way to avoid the roughness of `web-sys` and `js-sys` is to use any one of the available front-end frameworks for rust (although I would personally recommend yew) alongside Trunk, a build tool that makes targeting the web in rust as simple as targeting native platforms. You give it your index.html file and a standard crate (no cdylib nonsense, just main.rs with a main function as normal) and it handles compiling, optimizing and bundling everything. You end up with a dist directory that contains everything you need to deploy.

  5. gcode-yew

    Minimal example of the gcode-rs crate with web assembly

    Here's a gcode explorer (for 3d printing or cnc) I made with a slightly older version of yew. There are instructions on building and running it in the readme. https://github.com/etrombly/gcode-yew

  6. MoonZoon

    Rust Fullstack Framework

  7. SaaSHub

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

    SaaSHub logo
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

  • Yew alternatives

    2 projects | /r/learnrust | 13 Jun 2023
  • 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
  • You do Yew: Rust frontend framework that compiles into WebAssembly

    4 projects | dev.to | 28 Jul 2021

Did you know that Rust is
the 5th most popular programming language
based on number of references?