why-did-you-update
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "why-did-you-update", | ||
"version": "0.0.5", | ||
"description": "Patch React to discover unecessary re-renders", | ||
"version": "0.0.6", | ||
"description": "Patch React to discover unnecessary re-renders", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -10,3 +10,3 @@ # Why did you update, bruh? | ||
A function that monkey patches React and notifies you in the console when unnecessary re-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. | ||
@@ -13,0 +13,0 @@ ### How to |
332721