Skip to content

Commit

Permalink
Updates website
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Jul 23, 2019
1 parent dfc4209 commit 68721b8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"immer-peasy": "3.1.3",
"memoizerific": "^1.11.3",
"prop-types": "^15.6.2",
"redux": "^4.0.3",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"shallowequal": "^1.1.0",
"ts-toolbelt": "3.0.0-9"
Expand Down Expand Up @@ -85,7 +85,7 @@
"eslint-plugin-react": "^7.14.2",
"husky": "^3.0.0",
"jest": "^24.8.0",
"lint-staged": "^9.1.0",
"lint-staged": "^9.2.0",
"prettier": "^1.18.2",
"prettier-eslint": "^9.0.0",
"react": "^16.8.3",
Expand Down
Binary file added website/docs/assets/devtools.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion website/docs/docs/tutorial/redux-dev-tools.md
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.
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4364,10 +4364,10 @@ levn@^0.3.0, levn@~0.3.0:
prelude-ls "~1.1.2"
type-check "~0.3.2"

lint-staged@^9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.1.0.tgz#24564128c9208bf5d8001a66afe7156dfbe9da30"
integrity sha512-jI+oj159MHVlsGxMFkzTPrin0Jt8ltVJWSfCPn/xM+qiIPwCimjuhq9//IiNMaNj8VIFZ8QlaAF4qecWTbUOPQ==
lint-staged@^9.2.0:
version "9.2.0"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.2.0.tgz#155e5723dffdaa55d252c47bab05a2962c1e9781"
integrity sha512-K/CQWcxYunc8lGMNTFvtI4+ybJcHW3K4Ghudz2OrJhIWdW/i1WWu9rGiVj4yJ0+D/xh8a08kp5slt89VZC9Eqg==
dependencies:
chalk "^2.4.2"
commander "^2.20.0"
Expand Down Expand Up @@ -5704,10 +5704,10 @@ redux@^4.0.0:
loose-envify "^1.4.0"
symbol-observable "^1.2.0"

redux@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.3.tgz#0ca18be085e6cf6ed50e445a125f85e8b26b266b"
integrity sha512-v/Iaw67Pe+na+cZvcKvPxAKT1ww5kM+M09fmaCndCQC4Lo434AYb5975HJgJlp0D7dJxfYaLxMD4VwfpLOZ1Rw==
redux@^4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.4.tgz#4ee1aeb164b63d6a1bcc57ae4aa0b6e6fa7a3796"
integrity sha512-vKv4WdiJxOWKxK0yRoaK3Y4pxxB0ilzVx6dszU2W8wLxlb2yikRph4iV/ymtdJ6ZxpBLFbyrxklnT5yBbQSl3Q==
dependencies:
loose-envify "^1.4.0"
symbol-observable "^1.2.0"
Expand Down

0 comments on commit 68721b8

Please sign in to comment.