-
-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
24 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
# Redux Dev Tools | ||
# Redux Dev Tools | ||
|
||
We've completed all the feature updates to our application, however, before we sign off we'd like to introduce a very useful tool at debugging your application; the Redux Dev Tools extension. | ||
|
||
Easy Peasy comes with out of the box support for the Redux Dev Tools extension. You simply need to ensure that you have it installed against your browser. | ||
|
||
- [Redux Dev Tools for Chrome](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=en) | ||
- [Redux Dev Tools for Firefox](https://addons.mozilla.org/en-GB/firefox/addon/reduxdevtools/) | ||
|
||
Once you have installed the extension, open your [application](https://codesandbox.io/s/easy-peasy-tutorial-listeners-rhni3), start the Redux Dev Tools extension and then perform an action, like adding a product to your basket. You will note that all the actions along with their effects on state will be visible within the extension. | ||
|
||
<img src="../../assets/devtools.png" /> | ||
|
||
This is an invaluable tool, especially as your global store scales in size and complexity. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters