React tutorial in Hindi #40 useMemo Hook

preview_player
Показать описание
In this react js tutorial for beginners series we learn what is useMemo Hook in react js and how to learn it with interview questions in react js. This video is made by anil Sidhu in the Hindi Language.

git link for this video

Playlist for complete React series in Hindi

useMemo Hook in React js
Why use useMemo Hook?
Understand Problem
Apply useMemo?
Interview Question.
Рекомендации по теме
Комментарии
Автор

bhai ko 21 thopo ki salami great explaination...🥰

deepakgauttam
Автор

Sir this course is way underrated 😭
This course deserves so much more views
You structured this course very well
I saying this because I watched some other creators courses and i found this course is way better
Thanks alot sir for uploading this course❤️✨

harshsajla
Автор

i used to be so scared of learning React thinking it must be hard for me use ..now i feel pretty confident..thanks to YOU!

imasunflowerlilfunny
Автор

best video i have ever seen on youtube for useMemo❤‍🔥❤‍🔥❤‍🔥❤‍🔥❤‍🔥❤‍🔥❤‍🔥

yagneshacharya
Автор

No, you cannot use useMemo directly in class components because useMemo is a React hook, and hooks are designed to be used only in functional components.

laraibmukhtar
Автор

What a great explanation. you cleared my concepts. Thank you very much ❤️

uzairahmad
Автор

## difference between useEffect and useMemo
useEffect is a hook used in React for handling side effects, such as data fetching, subscribing to events, or manually manipulating the DOM. AND
useMemo is used for memoizing the result of a computation. It takes a function and a dependency list, and it returns the memoized value of that function.

ShivShankar
Автор

nice and best video
ans => useMemo nhi use kar saktay class ma os ma PureComponent use karray ga

syedmubeenhussain
Автор

so beautiful, so elegent, just looking like wow...

mayappapujari
Автор

yar 3 to 4 time deka ta but concept clear nai horaha ta iss vedio may clear thank you very

mustafajamal
Автор

Osm course.This type of course is required .

tridevthakur
Автор

can we do the same using useEffect instead of useMemo?kind of confused between the two.!!....nice series bro ....please keep uplaoding

manishshaw
Автор

sir usememo ke jagah to useeffect bhi to use kar sakte hai, phir dono me kya difference hai...?'

coderdhruv
Автор

Sir, Can we say without using usememo all functional component are not pure component? After using usememo hook it will become pure component?

alphavibb
Автор

Sir according to me useMemo and useEffect hooks are same then why will we use Memo hook instead of useEffect hook ?
plaese explain it sir

FSDKingSaud
Автор

shouldComponentUpdate() use karne hoga class component me useMemo functionaly achieve karne kliye..

Travelmoments
Автор

sir apne starting main bola tha ki hum function component main hook use karte hai useMemo hook hai. and class component main pure component use karte hai.

bhagwattaur
Автор

If observe in your past video about useEffect there also we can avoide to unwanted rerender by passing the state & props then why we need this. Or what is difference between useMemo() & useEffect(). as per example same I can achive with the useEffect() as well right ?

mohanjadhav
Автор

sir use memo hook ka use time optimization ki wja se nh kia jata kiya apne tu concept hi almost change krdia just apne unwanted update pr explain krdia ??hm log cashe se laakr program kw duabara run hune se kese ruken yeh sb apne explain hi nh kra?

syedsaad
Автор

No, because hooks are not implement in class component, please correct me if I'm wrong.

rupeshdewangan