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.
Move
concatto immutable methods list (Moveconcatto immutable methods list #2354)Update docs with React v15.5.0 (Update docs with React v15.5.0 #2363)
Use the state accessors in the tests, instead of testing the store st… (Use the state accessors in the tests, instead of testing the store st… #2367)
Use the state accessors in the tests, instead of testing the store state directly
Delete incorrect test
Keep to ES6 style
Update examples with React v15.5.0 (Update examples with React v15.5.0 #2369)
Update async example with React v15.5.0
Update counter example with React v15.5.0
Update real-world example with React v15.5.0
Update shopping-cart example with React v15.5.0
Update todomvc example to React v15.5.0
Update todos example with React v15.5.0
Update todo-flow example with React v15.5.0
Update todos-with-undo example with React v15.5.0
Update tree-view example with React v15.5.0
Update universal example with React v15.5.0
Adding few more discussions links to FAQ-General - When should I use redux
Removing duplicate link
Update WritingTests.md (Update WritingTests.md #2371)
I wasn't able to query the DOM with
.find()until I called Enzyme withmount()orrender()instead ofshallow()Update todomvc specs with React v15.5.0 adding react-test-renderer (Update todomvc specs with React v15.5.0 adding react-test-renderer #2372)
Add import actions for clarity (Add action imports for clarity #2373)
If you talk about it, why not show it
Since you talk about
browserHistorya little later down anyway, it may confuse readers why it's included early on.note about code style changes (reflect reality) (note about code style changes (reflect reality) #2377)
Update CONTRIBUTING.md
Prettier to introduction folder (Prettier to introduction folder #2387)
Prettier to faq folder (Prettier to faq folder #2391)