dxps / fullstack-rust-axum-dioxus-rwa

A RealWorld app implementation as a fullstack Rust project using Axum (back-end) and Dioxus (front-end).
MIT License
80 stars 6 forks source link

[front-end] Upgrade to Dioxus 0.5 #24

Open dxps opened 6 months ago

dxps commented 6 months ago

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 introduces signals and thus provides a nicer API, I'd skip the upgrade to 0.4.

This issue is mainly a reminder to do this when Dioxus ver. 0.5 will be released.