Redux Devtools

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"

Last updated