Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Dec 21, 2016
1 parent 56415f9 commit 357dd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redux-techniques.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#### Debugging

- **Hot reloading and time travel debugging: what are they?**
https://code-cartoons.com/hot-reloading-and-time-travel-debugging-what-are-they-3c8ed2812f35
https://code-cartoons.com/hot-reloading-and-time-travel-debugging-what-are-they-3c8ed2812f35
A short but informative article describing these concepts and why they're useful.

- **Debugging is in Flux**
Expand Down Expand Up @@ -45,7 +45,7 @@
https://www.reddit.com/r/javascript/comments/42ey9e/redux_reducer_composition_without_slicing_state/
Discussion of ways to organize actions and reducer logic

- **Taking Advantage of `combineReducers**
- **Taking Advantage of `combineReducers`**
http://randycoulman.com/blog/2016/11/22/taking-advantage-of-combinereducers/
Examples of using `combineReducers` multiple times to produce a state tree, and some thoughts on tradeoffs in various approaches to reducer logic.

Expand Down

0 comments on commit 357dd70

Please sign in to comment.