@blueeast/bluerain-plugin-why-did-you-update
v0.5.0
Published
A BlueRain Plugin to add why-did-you-update to test React performance
Downloads
1
Keywords
Readme
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