Skip to content

Commit 020ec75

Browse files
committed
Add selector section in sidebar and make changes to the section
1 parent 731daef commit 020ec75

File tree

3 files changed

+103
-61
lines changed

3 files changed

+103
-61
lines changed

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- [Basic Tutorial](./introduction/basic-tutorial.md)
66
- Using React-Redux
77
- [Connect: Extracting Data with `mapStateToProps`](./using-react-redux/connect-extracting-data-with-mapStateToProps.md)
8+
- [Connect: Dispatching Actions with mapDispatchToProps](./using-react-redux/connect-dispatching-actions-with-mapDispatchToProps.md)
9+
- [Selector Functions](./using-react-redux/selector-functions.md)
810
- [API](api.md#api)
911
- [`<Provider store>`](api.md#provider-store)
1012
- [`connect([mapStateToProps], [mapDispatchToProps], [mergeProps], [options])`](api.md#connectmapstatetoprops-mapdispatchtoprops-mergeprops-options)

0 commit comments

Comments
 (0)