loverajoel / jstips

This is about useful JS tips!
http://jstips.co
GNU General Public License v3.0
12.5k stars 804 forks source link

add tip trace the reason make your page re-render #441

Closed tranvanhuyhoang closed 2 years ago

tranvanhuyhoang commented 3 years ago

Check the reason make your page re-render by changed props and state

The approach of the post is we will console.log at componentDidUpdate. Find out the reason make our component re-render (specifically is look for those states and props changed). Avoid your page re-render unnecessary is a thing very important in optimizing your app performance.

tranvanhuyhoang

zenopopovici commented 2 years ago

Sorry for the delay, please add tip to Readme pls.

tranvanhuyhoang commented 2 years ago

Sorry for the delay, please add tip to Readme pls. I finished, Let check help me, please!