log-when-you-update
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "log-when-you-update", | ||
"version": "0.0.2", | ||
"description": "Patch React to log when update render", | ||
"version": "0.0.3", | ||
"description": "Notification your console on log when React is render updates", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -8,6 +8,4 @@ # Log when you update, bruh? | ||
![](http://i.imgur.com/Ui8YUBe.png) | ||
A function that monkey patches React and notifies you in the console when component **renders** occur. Super helpful for easy perf gainzzzzz. | ||
A function that monkey patches React and notifies you in the console when **potentially** unnecessary re-renders occur. Super helpful for easy perf gainzzzzz. | ||
### How to | ||
@@ -35,3 +33,3 @@ | ||
[build-badge]: https://img.shields.io/travis/garbles/why-did-you-update/master.svg?style=flat-square | ||
[build]: https://travis-ci.org/garbles/why-did-you-update | ||
[build-badge]: https://img.shields.io/travis/firejune/log-when-you-update/master.svg?style=flat-square | ||
[build]: https://travis-ci.org/firejune/log-when-you-update |
37962
34