cs-redux-devtool
v1.2.1
Published
clean-state debugging tool
Downloads
5
Readme
The Clean-State debugging plugin.
Install
npm i cs-redux-devtool
Usage
import bootstrap from 'clean-state'
import devtool from 'cs-redux-devtool'
import user from './user'
const modules = ={ user }
bootstrap.addPlugin(devtool)
export const {useModule, dispatch} = bootstrap(modules);