Debug Why React (Re-)Renders a Component
Photo by Ferenc Almasi on Unsplash
React is known for its performance by using the Virtual DOM (VDOM). It only triggers an update for the parts of the real DOM that have changed. In my opinion, it is important to know when React triggers a re-rende...
blog.mokkapps.de15 min read