BlueRain OS
  • Introduction
  • API
    • API Reference
  • Guides
    • Apps
      • Installation
      • Creating an App
      • Configuration
    • Components
      • Registering Components
      • Extending Components
      • Replacing Components
      • Accessing Raw Components
      • Components & HoCs
    • Filters
      • Known Filters
    • Plugins
      • Installation
      • Configuration
      • Creating a Plugin
  • Miscellaneous
    • JSON to React
  • Plugins
    • Apollo
    • Internationalization
    • Material UI
    • React Router
    • Redux
    • Redux Devtools
    • Why Did You Update
Powered by GitBook
On this page
  • Usage
  • API
  • ReduxDevtoolsPlugin
  1. Plugins

Redux Devtools

PreviousReduxNextWhy Did You Update

Last updated 6 years ago

Adds compatibility to 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 to make it easy to debug redux in BlueRain OS.

Properties

pluginName "ReduxDevtoolsPlugin"

slug "redux-devtools"

Redux Devtools Extension
Redux Devtools Extension
string
string