react-state-debugger
v1.0.15
Published
A simple React hook to log and inspect state variables via DevTools
Maintainers
Readme
react-state-debugger
A tiny React hook to log and inspect state variables directly in browser DevTools.
Installation
npm install react-state-debuggerImplementation in the index.js
import { patchUseState } from "react-state-debugger";
patchUseState(React);