File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Examples
2
2
3
3
Redux is distributed with a few examples in its [ source code] ( https://github.com/gaearon/redux/tree/master/examples ) .
4
- ** To run either of them, clone the repo and run ` npm install ` both in the root and the example folder.**
4
+ ** To run any of them, clone the repo and run ` npm install ` both in the root and the example folder.**
5
5
6
6
> ##### Note on Copying
7
7
> If you copy Redux examples outside their folders, remove these lines from their ` webpack.config.js ` :
@@ -87,7 +87,7 @@ open http://localhost:3000/
87
87
It covers:
88
88
89
89
* Basic async Redux flow with [ redux-thunk] ( https://github.com/gaearon/redux-thunk ) ;
90
- * Caching responses and showing spinner while data is fetching;
90
+ * Caching responses and showing a spinner while data is fetching;
91
91
* Invalidating the cached data.
92
92
93
93
## Real World
@@ -112,7 +112,7 @@ It covers:
112
112
* Real-world async Redux flow;
113
113
* Keeping entities in a normalized entity cache;
114
114
* A custom middleware for API calls;
115
- * Caching responses and showing spinner while data is fetching;
115
+ * Caching responses and showing a spinner while data is fetching;
116
116
* Pagination;
117
117
* Routing.
118
118
You can’t perform that action at this time.
0 commit comments