-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Rework Guide #486
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
Rework Guide #486
Conversation
This makes clippy (and me) happy
…check if they compile
Focus on RSX syntax (interactivity covered in later chapters); make sure samples are tested; concise language
Was causing compilation error if hot-reload was disabled
…de somewhere in the future
…work-docs � Conflicts: � packages/web/src/lib.rs
Basically hopefully good to go. Maybe the chapter on writing custom renderers and publishing the app haven't gotten as much love as they deserve, maybe i'll come back to them one day. Right now I'm tired of writing docs XD |
Do you mind rebasing so the merge conflicts go away? I'm still going through the material and will likely make some edits post merge instead of holding this PR up :) Edit: things actually look really, really good! I turned on automerge so whenever the conflicts are fixed it should be merged automatically! |
examples/core_reference
I (think I) improved the organization quite a bit. It's now structured in logical chapters, and no concepts are referenced before being introduced. It should serve well both as a guide (learning Dioxus A to Z) and as a reference (checking back on things later).
I also deleted quite a bit of stuff I found irrelevant/distracting. I hope nobody minds. This included:
I was basically optimizing for people that know Rust, and want to learn Dioxus as fast as possible.
btw this is the new structure