0.5.0 • Published 7 years ago

@blueeast/bluerain-plugin-why-did-you-update v0.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Redux Devtools Plugin

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"
0.5.0

7 years ago

0.4.8

7 years ago

0.4.4

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago