Search code examples
reactjsreact-dom

How Can I Find Which Component Re-render


I wonder is there any way to see component re-render stuation :)


Solution

    1. install "React Developer Tools " extension in your browser

    2. step 2: inspect the code you will have component section open that you will find which component gets error see in image

    see image