troch / reinspect

Use redux devtools to inspect useState and useReducer :mag_right:
MIT License
424 stars 24 forks source link

reinspect

Under development

Connect React state hooks (useState and useReducer) to redux dev tools.

See it live

useState with Redux dev tools

Why?

Hooks are great, they are a joy to use to create state in components. On the other hand, with something global and centralised like Redux, we have great dev tools.

Why not both? That's exactly what this package offers: connecting useState and useReducer to redux dev tools, so you can do the following:

API

You need redux devtools installed. This package provides: