Skip to content

Commit

Permalink
post except
Browse files Browse the repository at this point in the history
  • Loading branch information
abarlow85 committed Mar 28, 2017
1 parent ce87e9c commit 5415a56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _posts/2017-03-28-proxies-with-redux-types.md
Expand Up @@ -12,6 +12,7 @@ One of the most common problems that I run into when using Redux is trying to fi


<!--more-->
One of the most common problems that I run into when using Redux is trying to figure out why an action is not being captured by a reducer. For someone just getting starting with Redux, debugging this issue can be especially overwhelming because of how Redux manages data flow. So before you start pouring over configuration code, or the logic contained in your action creators and reducers, please, make sure your action types are defined and spelled correctly.

In any application that I have built, most bugs that I have run into are simply due to typos. However, the solution to this particular problem is harder to spot because no errors are raised when the application is run. Take a look at the snippet below.

Expand Down

0 comments on commit 5415a56

Please sign in to comment.