recoil-inspector
v0.2.37
Published
A reliable recoil dev tool.
Downloads
246
Readme
The NPM package of the Recoil debugger is installed on the user's application in order to collect data for the debugger to work. It should only be activated on development mode.
It's primary functions are:
- Listen to state changes.
- Transforms the state change data to a tree.
- Send the transformed data to the extension.
Check the GitHub repository for more information.