2.0.8 • Published 3 years ago

concent-plugin-redux-devtool v2.0.8

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

how to use

  • step 1, install it
npm i concent-plugin-redux-devtool
  • setp 2, config it to concent startupOption's plugins
import { run } from 'concent';
import reduxDevToolPlugin from 'concent-plugin-redux-devtool';

// your store config
const storeConfig = {};

// your option
const startupOption = {
  plugins: [reduxDevToolPlugin]
};

run(storeConfig, startupOption);
  • run your concent app, check your chrome redux dev-tool

dev-tool-pic

note that committedState is the whole state that committed by some one of your component refs, sharedState is the state that will save to store, they are different!

2.0.7

3 years ago

2.0.6

3 years ago

2.0.8

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago