troch / reinspect

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

Would it be possible to auto-assign ids (and use that as the default)? #35

Open corysimmons opened 4 years ago

corysimmons commented 4 years ago

Just curious if you think it could work. It'd be nice to simply do

<Counter />
<Counter />
<Counter />

and have reinspect assign them to auto-incremented ids or even uuids.

Thanks for your work on this. Really great plugin that should be part of React core imo. 🙇