UseMemo is a built-in hook in React that allows you to memoize expensive functions so that you don't have to call them every time you render. Simply supply a function and an array of inputs to useMemo, and it will only recompute the memoized value if one of the inputs changes.
When a component utilises a time-consuming function to compute a value.
Consider another instance in which we have a component that does some action when some data changes, such as the useEffect hook, which logs if a dependency changes.
The useMemo version renders 1 right away. The useEffect version renders null, then runs the effect, changes the state, then queues up a new render with 1 after the component renders.
UseMemo is a built-in hook in React that allows you to memoize expensive functions so that you don't have to call them every time you render. Simply supply a function and an array of inputs to useMemo, and it will only recompute the memoized value if one of the inputs changes.
The introduction of useEffect Hook was motivated by the desire to eliminate the negative consequences of employing class-based components. Tasks like as changing the DOM, obtaining data from API endpoints, setting up subscriptions or timers, and so on might result in unintended side effects.
Learner's Ratings
4.4
Overall Rating
73%
11%
9%
1%
6%
Reviews
M
Mohanlal Khhurana
5
Very helpful course in learning ReactJS
A
Aditya
5
Amazing content.
S
Sonkar Singh
4
This series is usefull for just starting and building confident. Go further and explore more about React JS
S
Sumit Kumar
5
Fake reviews
M
Mahaveer kumar kirshanani
5
amazing mam , keep going
R
Rakeh
5
nice
A
Anshul Bhai
5
This is very helpful
Y
yash sheliya
5
My explaining in learnvern was good. Thank you for Learn Vern to all teachers
Share a personalized message with your friends.