Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hot_dog tutorial misses critical steps / parts #3574

Open
webhype opened this issue Jan 15, 2025 · 3 comments
Open

hot_dog tutorial misses critical steps / parts #3574

webhype opened this issue Jan 15, 2025 · 3 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@webhype
Copy link

webhype commented Jan 15, 2025

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

image image
@webhype
Copy link
Author

webhype commented Jan 18, 2025

I see that the above have been quietly fixed, but there are two more missing code boxes and a typo:

https://dioxuslabs.com/learn/0.6/guide/bundle/#automating-dx-bundle-with-json-mode

Image

https://dioxuslabs.com/learn/0.6/guide/deploy#continuous-deployment

Image

https://dioxuslabs.com/learn/0.6/guide/next_steps#ideas-for-new-features

Ideas for New Features

Challenge yourself by adding new features to HotDop.

Should say HotDog not HotDop

@webhype
Copy link
Author

webhype commented Jan 20, 2025

The embedded example at https://dioxuslabs.com/learn/0.6/essentials/breaking/#interacting-with-javascript-with doesn't show the current domain name after clicking Read Domain (Firefox 134.0.1)

Image

Spelling error at https://dioxuslabs.com/learn/0.6/guides/#state :

Resource Use future allows you to create an async task and monitor it's state

Should say its state (genitive as opposed to the contraction of it and is, e.g. It's five o-clock.)

Buncha errors at https://dioxuslabs.com/learn/0.6/router/example/ :

Image

https://dioxuslabs.com/learn/0.6/router/example/building-a-nest

Image

@webhype
Copy link
Author

webhype commented Jan 31, 2025

Another oopsie in the the docs at https://dioxuslabs.com/learn/0.6/router/example/building-a-nest/ :

Image

Either the route is /post/:name or just /:name but can't be both. :)

@ealmloff ealmloff added bug Something isn't working documentation Improvements or additions to documentation labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants