@blueeast/bluerain-plugin-redux-devtools
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

Redux Devtools Plugin

Adds compatibility to Redux Devtools Extension to make it easy to debug redux in BlueRain OS.

Usage

Run the following command in the plugin directoy:

npm i --save @blueeast/bluerain-plugin-redux-devtools

Then in your boot function, pass the plugin like this:

import BR from '@blueeast/bluerain-os';
import ReduxDevtoolsPlugin from '@blueeast/bluerain-plugin-redux-devtools';

BR.boot({
	plugins: [ReduxDevtoolsPlugin]
})

API

ReduxDevtoolsPlugin

Extends Plugin

Adds compatibility to Redux Devtools Extension to make it easy to debug redux in BlueRain OS.

Properties

  • pluginName string "ReduxDevtoolsPlugin"
  • slug string "redux-devtools"

Readme

Keywords

none

Package Sidebar

Install

npm i @blueeast/bluerain-plugin-redux-devtools

Weekly Downloads

0

Version

0.6.0

License

MIT

Last publish

Collaborators

  • bluebase-release-bot
  • abubakarsaddique
  • artalat