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.
- Host: GitHub
- URL: https://github.com/sumit03guha/hello-dioxus
- Owner: sumit03guha
- Created: 2025-04-07T18:43:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-28T19:05:26.000Z (about 1 year ago)
- Last Synced: 2025-05-28T20:23:20.560Z (about 1 year ago)
- Topics: dioxus, dioxus-web, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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