Rework Guide#486
Merged
Merged
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
Contributor
Author
|
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 |
Merged
Member
|
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! |
jkelleyrtp
approved these changes
Jul 7, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
examples/core_referenceI (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