Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

concent-plugin-redux-devtool

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concent-plugin-redux-devtool

link concent app to redux plugin of chrome

  • 2.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
Maintainers
0
Weekly downloads
 
Created
Source

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!

Keywords

FAQs

Package last updated on 08 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc