Reducing unnecessary re-renders with React.memo
Let's begin by understanding what a render is. A render is when React calls the render function of a class component or calls a function component in order to get the React elements. Note that this is not actually making changes to the DOM. A compone...
lkioi.hashnode.dev3 min read