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.6
Overall Rating
79%
12%
6%
1%
2%
Reviews
M
Mohanlal Khhurana
5
Very helpful course in learning ReactJS
A
Abdul Sattar
5
Please update this course some topics are deprecated.
M
Muhammad Usman
5
Amazing course
Y
Yash Patel
5
Superb Course Thanks for sharing
K
Karan
5
Learnvern All Courses are Great Thanks To Provide Best Content.
Me Aapka Life Time Tak Abhari Rahunga
Thanks
A
Ankush Mittal
4
resources me jake download ki file but file open krne pr usme kuch hi aahra
S
satyam pandey
4
resourse link is not working
N
Niyyer Abbas
5
good
T
Tanay Lohani
5
very good course. Content Delivery of Trainer is very very awesome. I suggest everyone who want to learn react I prefer learn vern
M
Manish Kumar
5
Thanks LearnVern, If I get job than I will donate my 1st salary to LearnVern
Share a personalized message with your friends.