File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ open http://localhost:3000/
21
21
22
22
It covers:
23
23
24
- * Basic Redux flow;
25
- * Testing.
24
+ * Basic Redux flow
25
+ * Testing
26
26
27
27
## TodoMVC
28
28
@@ -40,9 +40,9 @@ open http://localhost:3000/
40
40
41
41
It covers:
42
42
43
- * Redux flow with two reducers;
44
- * Updating nested data;
45
- * Testing.
43
+ * Redux flow with two reducers
44
+ * Updating nested data
45
+ * Testing
46
46
47
47
## Async
48
48
@@ -60,9 +60,9 @@ open http://localhost:3000/
60
60
61
61
It covers:
62
62
63
- * Basic async Redux flow with [ redux-thunk] ( https://github.com/gaearon/redux-thunk ) ;
64
- * Caching responses and showing a spinner while data is fetching;
65
- * Invalidating the cached data.
63
+ * Basic async Redux flow with [ redux-thunk] ( https://github.com/gaearon/redux-thunk )
64
+ * Caching responses and showing a spinner while data is fetching
65
+ * Invalidating the cached data
66
66
67
67
## Universal
68
68
@@ -100,12 +100,12 @@ open http://localhost:3000/
100
100
101
101
It covers:
102
102
103
- * Real-world async Redux flow;
104
- * Keeping entities in a normalized entity cache;
105
- * A custom middleware for API calls;
106
- * Caching responses and showing a spinner while data is fetching;
107
- * Pagination;
108
- * Routing.
103
+ * Real-world async Redux flow
104
+ * Keeping entities in a normalized entity cache
105
+ * A custom middleware for API calls
106
+ * Caching responses and showing a spinner while data is fetching
107
+ * Pagination
108
+ * Routing
109
109
110
110
## More Examples
111
111
You can’t perform that action at this time.
0 commit comments