You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
The hot_dog tutorial can only be followed up to, but excluding, the backend server / fullstack page https://dioxuslabs.com/learn/0.6/guide/backend - there are several critical omissions that make it impossible to follow through that step.
Find the text "When dioxus::launch is called, the server functions are automatically registered for you and set up as an Axum router." -> The following code box is empty
The necessary updates to Cargo.toml are never discussed and lead to compile errors
Expected behavior
That the tutorial can be followed step-by-step as in the previous pages, even without intuitive knowledge of what exactly needs to be imported in Cargo, what button action to write.
I also expected that the source code of the completed project be downloadable somewhere but I couldn't find anything with hot_dog in your examples folder.
Screenshots
The text was updated successfully, but these errors were encountered:
Problem
The hot_dog tutorial can only be followed up to, but excluding, the backend server / fullstack page https://dioxuslabs.com/learn/0.6/guide/backend - there are several critical omissions that make it impossible to follow through that step.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
That the tutorial can be followed step-by-step as in the previous pages, even without intuitive knowledge of what exactly needs to be imported in Cargo, what button action to write.
I also expected that the source code of the completed project be downloadable somewhere but I couldn't find anything with
hot_dog
in your examples folder.Screenshots
The text was updated successfully, but these errors were encountered: