Stop This Mistake | When to use useCallback and React Memo? | Real World React Hooks Examples!

preview_player
Показать описание


Try now using the links below

You can support our channel via:

************************************************************
Devtools Tech is a YouTube channel started as a collaborative effort among like-minded engineers to provide high-quality programming tutorials for free. We firmly believe in knowledge sharing and easy access to quality content for everyone. Hence, this channel is an effort to give back to the community and a step toward our belief -- "We rise by lifting others".

Team Members:
Yomesh Gupta

#javascript #devtoolstech #web #frontend #interviewquestions #devtoolstech #code #programming #developement #hooks #code #usecallback #reactjs
***********************************************************
Рекомендации по теме
Комментарии
Автор

Best channel for React learning in Youtube

MrStrangewow
Автор

I never understood useCallback & React Memo this crystal clear before. You've explained it so well probably i will remember it for lifetime now.

samK_
Автор

The explanation about when to use useCallback hook was so on point. Most of the videos I’ve came across, they forgot to mention that useCallback should be used only when non primitive prop gets passed to children and that prop gets used inside hook with dependency value. Thank you! Subscribed

darshilvaria
Автор

i am glad i found your channel! you are teaching some real world things apart from the only regular hooks

kudos man you earned a subscriber

ajayramola
Автор

It's 4 in the morning and I just learned something useful and new.

mohdamir
Автор

Awesome video with clear and precise explanation about the confusing concepts like memo(), useCallback() and when to use what !!!

yashmundra
Автор

How do we decide when to use useMemo? Because I'm not sure if it's a good practice to wrap every child component with useMemo. For useCallback, it's clear. Thanks for the video!

IshikaAgarwal-bhry
Автор

Great explanation as usual!
I've one doubt. Why didn't the recommendations use Effect ran when the filters state was changed.?
But filter useffect ran when recommendations state was changed
Is it because of the ordering of the useEffect?

johndoe-cqde
Автор

Which extension you are using to show errors like that? Is it eslint related or something else?

mayurwankhade