-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Rough Draft of New Reactivity Section #62
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
Conversation
Forgot to mention, as per our earlier conversations, I added a small thing into the writing guide about how scoping down PRs. The irony does not escape me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this nice and dedicated PR, @sdras! It's an awesome explanation of Proxies-based reactivity 👍
I've left a few notes to discuss 😅
Co-Authored-By: Evan You <[email protected]>
Co-Authored-By: Evan You <[email protected]>
Co-Authored-By: Natalia Tepluhina <[email protected]>
Co-Authored-By: Natalia Tepluhina <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job with this @sdras! Just added some minor things I noticed going through it.
Thanks for the feedback! Ok, this should be in a better state now for merging. In subsequent PRs, we will address:
Let me know if you need further changes on this that don't apply to those two pieces! Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love the updates to the CodePen embeds!
Minor style update in a code block was suggested to be consistent with the rest of the other comments in the code examples in case it was an accident; but otherwise feel free to disregard!
Co-Authored-By: Ben Hong <[email protected]>
Co-Authored-By: Ben Hong <[email protected]>
Co-Authored-By: Ben Hong <[email protected]>
* integrate zhlint into scripts * add zhlint as a dev dep * upgrade zhlint
translate components/v-model components/attrs
This PR is a rough draft of a new revised Reactivity section. Previously we got some feedback that the Reactivity Section wasn't so clear and was a little opaque. I've broken down concepts a bit more to ramp folks up to things they might not be familiar with.
Here's what the PR includes:
What's left to do:
data-line
highlighting on the code samples so folks can see at a glance what's changedOpen to feedback!