-
Notifications
You must be signed in to change notification settings - Fork 16
Sync with reactjs.org @ 99a18287 #33
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
Merged
Merged
Conversation
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
Contributor
* Memo: Document behavior with useContext It is not obvious that useContext and Memo work well together. Namely, if a child component listens to a context and updates out from under them memo'd function, does the memo'd component have the right state if re-rendered? yes, actually. but this is undocumented. Now it's not! * fix typo tigger -> trigger * Add more detail to all relevant pages Co-authored-by: Alex Krolick <[email protected]> Co-authored-by: Sophie Alpert <[email protected]>
ComponentsConf 2020 takes place in Melbourne, Australia on 1st September 2020.
Updated information on ESLint plugin being included in Create React App.
San Diego JS holds a monthly meetup dedicated to React.js
Fixes #2599.
Fixes #2437.
Converts a few `let` declarations for constant values to `const` in code examples
* Update introducing-jsx.md * Fix formatting Co-authored-by: Sophie Alpert <[email protected]>
* add reactIndia 2020 * update correct hashtag
* Update "Refs and the DOM" documentation As function components can now have state through hooks, remove the part that mentions converting a function component to a class component to be able to use state. * Update refs-and-the-dom.md Co-authored-by: Sophie Alpert <[email protected]>
Remove extraneous "both"
Deploy preview for react-docs-hu ready! Built with commit a57b92d |
balazsorban44
approved these changes
Jan 14, 2020
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.
This PR was automatically generated.
Merge changes from reactjs.org at 99a1828
The following files have conflicts and may need new translations:
Please fix the conflicts by pushing new commits to this pull request, either by editing the files directly on GitHub or by checking out this branch.
DO NOT SQUASH MERGE THIS PULL REQUEST!
Doing so will "erase" the commits from master and cause them to show up as conflicts the next time we merge.