1
ReactAdvanced#testing
Use React DevTools to inspect the tree, props and re-render causes, the Profiler for timing, console/network for data issues, and the component stack in errors to find the failing subtree.
// find why a component re-renders // DevTools -> Profiler -> record -> check 'Why did this render?'