Why Did You Update

A BlueRain Plugin to add why-did-you-update 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 why-did-you-update to test React performance.

Properties

  • pluginName string "WhyDidYouUpdatePlugin"

  • slug string "why-did-you-update"

Last updated