We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701e2ff commit d41a5c1Copy full SHA for d41a5c1
website/sidebars.json
@@ -2,7 +2,8 @@
2
"docs": {
3
"Introduction": ["introduction/quick-start", "introduction/basic-tutorial"],
4
"Using React-Redux": [
5
- "using-react-redux/connect-extracting-data-with-mapStateToProps"
+ "using-react-redux/connect-extracting-data-with-mapStateToProps",
6
+ "using-react-redux/connect-dispatching-actions-with-mapDispatchToProps"
7
],
8
"API Reference": ["api", "api/provider"],
9
"Guides": ["troubleshooting"]
0 commit comments