0.6.0 • Published 6 years ago

@blueeast/bluerain-plugin-redux-devtools v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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"
0.6.0

6 years ago

0.5.0

7 years ago

0.4.8

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.1.0

7 years ago