April 2018
Intermediate to advanced
298 pages
6h 34m
English
The ability to manually trigger actions during development of a Redux application can be helpful. For instance, you might have components ready, but you're unsure of how the user interaction will work or you just need to troubleshoot something that should be working but isn't. You can use Redux DevTools to manually trigger actions by clicking on the button with the keyboard icon, near the bottom of the pane:

This will display a text input where you can enter the action payload. For example, I've navigated to the book detail page for React Native By Example:
Instead of clicking on the Delete button, I only want ...