Wednesday, November 2, 2022

React useMemo() performance

 https://www.w3schools.com/react/react_usememo.asp






usememo memorize the value and uses it for every execution if no change is done to value, 

it compares prev state with new state, if no change found then usememoze value is used directly 

No comments:

Post a Comment