1.2.1 • Published 3 years ago

cs-redux-devtool v1.2.1

Weekly downloads
11
License
ISC
Repository
github
Last release
3 years ago

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);

Example

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago