Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #27 from grifotv/patch-1
Browse files Browse the repository at this point in the history
Update Redux Logger url
  • Loading branch information
JoelMarcey committed Dec 12, 2016
2 parents 7f230eb + c7536b0 commit ff3889a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/1-4-testing.md
Expand Up @@ -220,7 +220,7 @@ The fact that Redux Reducers mutate the `state` tree in our app makes it absolut
When you're trying to locate a bug, or find a fix for one, it's helpful to have some debugging tools on hand. We've already described [how we built a system for debugging our app's visual elements]({{ site.baseurl }}/tutorials/building-the-f8-app/design/#the-design-iteration-cycle), but what about the data?
We're using the [Chrome Developer Tools](https://facebook.github.io/react-native/docs/debugging.html#chrome-developer-tools) through [Nuclide](http://nuclide.io/docs/features/debugger/) along with the [Redux Logger](http://fcomb.github.io/redux-logger/) middleware, which provides the console with additional Redux context such as Actions or `state` changes in Reducers:
We're using the [Chrome Developer Tools](https://facebook.github.io/react-native/docs/debugging.html#chrome-developer-tools) through [Nuclide](http://nuclide.io/docs/features/debugger/) along with the [Redux Logger](http://evgenyrodionov.github.io/redux-logger/) middleware, which provides the console with additional Redux context such as Actions or `state` changes in Reducers:
![Redux Logger Middleware in action with additional console context](static/images/redux_logger.png)
Expand Down

0 comments on commit ff3889a

Please sign in to comment.