[Step2-06] Fix missing steps.

This commit is contained in:
JD Huntington
2019-02-25 11:21:06 -08:00
parent 08fe93639d
commit 19049fe361

View File

@@ -15,9 +15,11 @@ https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfk
## Visualize the state changes with Chrome extension
1. Install that Chrome extension
1. Install [Chrome extension](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd)
2.
2. Open the inspector panel entitled **Redux**
3. Modify `exercise/src/index.tsx` to dispatch actions
## Playing with dispatching actions inside tests