Category React JS

React js

useMemo Hook in React js and usememo vs usecallback

useMemo

  What is Memoization?   Background The term “Memoization” came from the Latin word “memorandum” (to remember), which is shortened to “memo” in American English which means “to transform the results of a function into something to remember.”.   Memoization…