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
  • WhyDidYouUpdatePlugin
  1. Plugins

Why Did You Update

PreviousRedux Devtools

Last updated 6 years ago

A BlueRain Plugin to add to test React performance.

Usage

Run the following command in the plugin directoy:

npm i --save @blueeast/bluerain-plugin-why-did-you-update

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

import BR from '@blueeast/bluerain-os';
import WhyDidYouUpdatePlugin from '@blueeast/bluerain-plugin-why-did-you-update';

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

API

WhyDidYouUpdatePlugin

Extends Plugin

A BlueRain Plugin to add to test React performance.

Properties

pluginName "WhyDidYouUpdatePlugin"

slug "why-did-you-update"

why-did-you-update
why-did-you-update
string
string