Skip to content

freezeYe/cs-redux-devtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

clean-state debugging tool.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published