Martin Fowler / Overreacted / Kent C. Dodds / Josh Comeau◇Specialist. Specialist publisher: established trade press, or expert analysis with a track record
In React, we don't update the DOM directly, we tell React what we want the DOM to look like, and React tackles the rest. But how exactly does it do this? In this tutorial, we'll unpack exactly when and why React re-renders, and how we can use this information to optimize the performance of our…