fullstack-rust-axum-dioxus-rwa
fullstack-rust-axum-dioxus-rwa copied to clipboard
A RealWorld app implementation as a fullstack Rust project using Axum (back-end) and Dioxus (front-end).
Hi, great example project - thanks! I'm not sure if the specc requires swagger/OpenAPI docs, but I think it would be a great addition in order to match what someone...
TBD if this is an issue with the updated - Dioxus 0.3 - version or it is a bug in the front-end code. Currently, when going to any path in...
Currently, the front-end is done using version 0.3 of Dioxus. The initial try to upgrade to version 0.4 showed that it's not that easy breezy. Since [version 0.5](https://github.com/DioxusLabs/dioxus/issues?q=is%3Aopen+is%3Aissue+milestone%3A%220.5.0%3A+Signals%22) introduces signals...
Additional elements must be exposed as configuration values. This includes: 1. JWT lifetime 2. JWT signing secret
I love to use Actix web and one of my fren said Axum is better than Actix web. I would love to know what pros and cons they have.