File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
#### Debugging
5
5
6
6
- ** Hot reloading and time travel debugging: what are they?**
7
- https://code-cartoons.com/hot-reloading-and-time-travel-debugging-what-are-they-3c8ed2812f35
7
+ https://code-cartoons.com/hot-reloading-and-time-travel-debugging-what-are-they-3c8ed2812f35
8
8
A short but informative article describing these concepts and why they're useful.
9
9
10
10
- ** Debugging is in Flux**
45
45
https://www.reddit.com/r/javascript/comments/42ey9e/redux_reducer_composition_without_slicing_state/
46
46
Discussion of ways to organize actions and reducer logic
47
47
48
- - ** Taking Advantage of `combineReducers**
48
+ - ** Taking Advantage of ` combineReducers ` **
49
49
http://randycoulman.com/blog/2016/11/22/taking-advantage-of-combinereducers/
50
50
Examples of using ` combineReducers ` multiple times to produce a state tree, and some thoughts on tradeoffs in various approaches to reducer logic.
51
51
You can’t perform that action at this time.
0 commit comments