[website] Update thinking-in-react.md to filter products in FilterableProductTable#10821
Closed
danielsbird wants to merge 1 commit intofacebook:masterfrom
Closed
[website] Update thinking-in-react.md to filter products in FilterableProductTable#10821danielsbird wants to merge 1 commit intofacebook:masterfrom
danielsbird wants to merge 1 commit intofacebook:masterfrom
Conversation
Author
|
Looks like #10846 created some conflicts with this PR - specifically with the embedded CodePen examples. I will update this PR. |
2869b01 to
3bee629
Compare
|
Deploy preview ready! Built with commit 3bee629 |
Contributor
|
Thank you for submitting this PR! 😄 Unfortunately the documentation and source code for reactjs.org has been moved to a different repository: https://github.com/reactjs/reactjs.org If you are willing, please open a new PR there. Sorry for the inconvenience! (For more backstory on why we moved to a new repo, see issue #11075) |
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.
This PR updates the Thinking In React example by moving the code that filters the products from the
ProductTablecomponent to theFilterableProductTablecomponent. See issue #10808 for more details.