concent-plugin-redux-devtool
TypeScript icon, indicating that this package has built-in type declarations

2.0.8 • Public • Published

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!

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i concent-plugin-redux-devtool

    Weekly Downloads

    11

    Version

    2.0.8

    License

    MIT

    Unpacked Size

    4.06 kB

    Total Files

    4

    Last publish

    Collaborators

    • fantasticsoul