update docs

This commit is contained in:
2026-05-22 18:59:23 +07:00
parent 0c9aebdd37
commit 8de9a65c03
2 changed files with 142 additions and 17 deletions

View File

@@ -248,5 +248,40 @@ I already setup the project structure. Can you implement the app?
To test whether this Dioxus project can be build, you may use this command "dx bundle --web --release --debug-symbols=false"
P.S. In a Dioxus single-page application (SPA), switching screens can be handled perfectly using standard Rust state matching (often called conditional rendering or state-based routing).
read the following files:
./docs/requirements.md
./docs/solution-design.md
./docs/specification.md
./docs/walkthrough.md
What is the main interface of this package?