Developer tools for Nexus State
npm install @nexus-state/devtoolsDeveloper tools for Nexus State
The @nexus-state/devtools package provides tools for debugging and developing applications based on Nexus State.
``bash`
npm install @nexus-state/devtools
- State introspection
- Change logging
- Integration with browser developer tools
`javascript
import { createDevtools } from '@nexus-state/devtools';
const devtools = createDevtools();
// Connecting to your store
store.use(devtools);
``
MIT