Anshul Jain
DevNuisance

DevNuisance

Follow
Series

React


Articles in this series

Change state without Re-rendering in React

Jun 13, 20213 min read 12.0K views

In React, whenever the Props or State of the component change, the entire component re-renders by default. It means every child component will...

Change state without Re-rendering in React
Memoization in React