Dioxus 0.5: Web, Desktop, Mobile Apps in Rust

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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. dioxus

    Fullstack app framework for web, desktop, mobile, and more.

    Wrote about that here in our readme:

    https://github.com/dioxusLabs/dioxus/?tab=readme-ov-file#dio...

    Tauri puts your frontend in the webview and you need to communicate with native Rust functions through an IPC boundary (like electron).

    In Dioxus your Rust code lives on the native side, so you don't need IPC to do things like read from the file system, websockets, etc. Tauri also forces your frontend to compile to WASM, and a lot of interesting rust crates don't compile to wasm.

    It's a little hard to express how much simpler it is to build when you don't have an IPC boundary. Dioxus' tooling is also dedicated to just Rust, so you can go from zero to bundled `.app` in less than a minute (12 seconds fresh build, 20 seconds fresh bundle).

  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. freenet-core

    Declare your digital independence

    I just picked Dioxus to build a decentralized homepage for Freenet[1], it will be the first decentralized website people see when they get Freenet set up. It reminds me a bit of my Kotlin web framework called Kweb[2] that I've been working on on-and-off for a few years now, particularly the way it handles state and the DSL that maps from code to HTML. So far I like what I see.

    [1] https://freenet.org/

    [2] https://kweb.io/

  4. floneum

    Instant, controllable, local pre-trained AI models in Rust

    It is pretty good. I am working on an application that uses SVGs as a way to draw a workflow editor UI with Dioxus: https://github.com/floneum/floneum

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

  • Android Dev with web Tools: fastest way to production with Ionic React

    2 projects | dev.to | 7 Aug 2024
  • Bare Metal Rust in Android

    7 projects | news.ycombinator.com | 9 Oct 2023
  • Small web-UI for the masterpasswordapp deterministic password generator

    6 projects | /r/privacy | 15 May 2023
  • Socket Runtime vs CapacitorJS vs Tauri vs Electron?

    2 projects | /r/web_programming | 11 Apr 2023
  • Tauri Mobile – Develop Mobile Apps with JavaScript and Rust

    10 projects | news.ycombinator.com | 1 Mar 2023

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