An open API service indexing awesome lists of open source software.

https://github.com/sumit03guha/hello-dioxus

Welcome to my learning repository for the Dioxus framework in Rust! 📚🦀 This repository serves as a personal log to document my progress, experiments, and notes as I dive into building user interfaces with Dioxus, an elegant and efficient UI framework for Rust inspired by React.
https://github.com/sumit03guha/hello-dioxus

dioxus dioxus-web rust rust-lang

Last synced: 7 months ago
JSON representation

Welcome to my learning repository for the Dioxus framework in Rust! 📚🦀 This repository serves as a personal log to document my progress, experiments, and notes as I dive into building user interfaces with Dioxus, an elegant and efficient UI framework for Rust inspired by React.

Awesome Lists containing this project

README

          

# Learning Progress

✅ Set up Dioxus project\
✅ Render basic elements\
✅ Use `rsx!` macro\
✅ Add CSS via asset\
✅ Create custom components\
✅ Use props in components\
✅ Add tracing\
✅ Add button
✅ Add use_signal for a counter component\
✅ Add use_context for sharing state across components\
✅ Hidden attribute\
✅ Conditional class\
✅ Router\
✅ Link\
✅ Navigator\
✅ Callback\
✅ NotFound page\
✅ Image component\
✅ Use resource\
✅ Refetch data from the resource