☝️Redux dev tools are a thing and they're incredible
Today I discovered -- in the spirit of the fantastic React Dev Tools -- there exists an equally if not more useful Redux Dev Tools.
A few of the things you get:
- An inspectable timeline of every action dispatched by the store
- A state diff for each action. e.g. How each action changed the state object
- A full state inspector
- A test generator
Wow. Just, wow.