-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Improves the documentation on Reconciliation #108
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
Deploy preview ready! Built with commit 348a727 |
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.
Cool 😄 Thanks
Thanks, that makes me much more confident about using React (or React-like libraries) regarding third-party components integration :) |
I'm not a big fan of adding things in parens that disrupt the flow of the paragraph. These always looked like they're tacked on by somebody else 😛 Try to read it aloud—by the time I get to the last sentence I get a bit lost. Can you maybe send a follow up PR that restructures this paragraph to look like it was written organically by a single person? Maybe by splitting it into two paragraphs or shuffling the sentences around. Thanks! |
Sure, you're right. I'll follow up with a new PR. |
I've improved my previous changes to what re-render means by following Dan Abramov's suggestion on the writing style to remove the parenthesis from that paragraph. See issue reactjs#108 for more context.
done |
I've improved my previous changes to what re-render means by following Dan Abramov's suggestion on the writing style to remove the parenthesis from that paragraph. See issue #108 for more context.
* Line: 269 * Translate: Using the State Hook * Update content/docs/hooks-state.md Co-Authored-By: vinicius98s <[email protected]> * Update content/docs/hooks-state.md Co-Authored-By: vinicius98s <[email protected]> * Update content/docs/hooks-state.md Co-Authored-By: vinicius98s <[email protected]> * Update hooks-state.md * Update hooks-state.md * Update content/docs/hooks-state.md Co-Authored-By: vinicius98s <[email protected]> * Update hooks-state.md * Update content/docs/hooks-state.md Co-Authored-By: vinicius98s <[email protected]> * Update content/docs/hooks-state.md Co-Authored-By: vinicius98s <[email protected]> * Update content/docs/hooks-state.md Co-Authored-By: vinicius98s <[email protected]> * Update content/docs/hooks-state.md Co-Authored-By: vinicius98s <[email protected]> * Update content/docs/hooks-state.md Co-Authored-By: vinicius98s <[email protected]> * Update content/docs/hooks-state.md Co-Authored-By: vinicius98s <[email protected]> * Update content/docs/hooks-state.md Co-Authored-By: vinicius98s <[email protected]>
* 📝 docs Typechecking With PropTypes * fix: typechecking doc * fix: doc * fix: doc * fix: doc
This is the same pull request as facebook/react#9994 backported to this project as requested by @bvaughn. Thanks.