Skip to content

Commit

Permalink
Fixed Q&A links (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asaf-Aviv authored and markerikson committed Jan 15, 2020
1 parent b3ae892 commit 7893b35
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -223,7 +223,7 @@ function mapStateToProps(...args) {
**Q&A**
- [Why Is My Component Re-Rendering Too Often?](https://redux.js.org/faq/reactredux#why-is-my-component-re-rendering-too-often)
- [Why isn't my component re-rendering, or my mapStateToProps running](https://redux.js.org/faq/reactredux#why-isnt-my-component-re-rendering-or-my-mapstatetoprops-running)
- [How can I speed up my mapStateToProps?](https://redux.js.org/faq/reactredux#why-is-my-component-re-rendering-too-often)
- [Should I only connect my top component, or can I connect multiple components in my tree?](https://redux.js.org/faq/reactredux#why-is-my-component-re-rendering-too-often)
- [Why Is My Component Re-Rendering Too Often?](https://redux.js.org/faq/react-redux/#why-is-my-component-re-rendering-too-often)
- [Why isn't my component re-rendering, or my mapStateToProps running](https://redux.js.org/faq/react-redux/#why-isnt-my-component-re-rendering-or-my-mapstatetoprops-running)
- [How can I speed up my mapStateToProps?](https://redux.js.org/faq/react-redux/#how-can-i-speed-up-my-mapstatetoprops)
- [Should I only connect my top component, or can I connect multiple components in my tree?](https://redux.js.org/faq/react-redux/#should-i-only-connect-my-top-component-or-can-i-connect-multiple-components-in-my-tree)

0 comments on commit 7893b35

Please sign in to comment.