Last updated 6 years ago
Adds compatibility to to make it easy to debug redux in BlueRain OS.
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] })
Extends Plugin
Properties
pluginName "ReduxDevtoolsPlugin"
pluginName
slug "redux-devtools"
slug