Skip to content

patrick-dedication/rust-web-slideshow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust web slideshow

A comparison of Rust web app libraries using a simple slideshow as an example.

Backend

To start the backend use the IntelliJ run configuration or cargo run --bin backend.

Sdk

The glue to make sure frontend and backend are compatible.

Libraries

Dioxus (dye•ox•us)

Website

dioxus-app

Pros

  • typesafe
  • very similar to React
  • great Guide
  • very little magic, leverages Rust i.e. UseState is just a smart Rc
  • ergonomic macros i.e. #[inline_props]
  • dedicated batteries included cli (dioxus serve)
  • hot reloading
  • cli (dioxus fmt) to format code in macros
  • highly performant and lightweight
  • one codebase, every platform
  • large community

Cons

  • not fully mature yet
  • heavy reliance on Procedural Macros

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages