useMemo Hook in React | Memoization in React | Optimisation Techniques

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ค. 2023
  • useMemo Hook is use to implement memoization in React components.
    Memoization is a technique for performance optimization where result of expensive function get store in cache and for next calls, instead of executing the function again, it return the data from cache value - it drastically improve the performance.
    In REact Components also we can get this with the help of useMemo hook, which is really effective for component performance but use it with proper use case, otherwise it can harm the performance as well :)
    ►If wanted to know more about memoization, check this video
    • Memoization in JavaScr...
    Checkout previous video on useContext and useReducer before watching this video
    ►Checkout previous video redux Toolkit
    • Learn Redux Toolkit in...
    Connect with Me On Social Media
    Facebook: / angularjs4be. .
    LinkedIn: / nisha-sin. .
    Instagram : / nishasingla05
    Twitter: / nishasingla05
    #nishasingla #react #javascript

ความคิดเห็น • 36

  • @ashishnayak2666
    @ashishnayak2666 ปีที่แล้ว

    Cool🎉

  • @LearnReactWithDeep
    @LearnReactWithDeep ปีที่แล้ว

    very useful video

  • @manansayed9536
    @manansayed9536 ปีที่แล้ว

    Your content is very helpful on my 👍🏻daily tasks

  • @weforyouweb1165
    @weforyouweb1165 7 หลายเดือนก่อน

    Very good🎉

  • @RaviKumar-uq4ri
    @RaviKumar-uq4ri ปีที่แล้ว

    Hi Nisha, your concept explanation is easily understandable please upload other videos.

  • @riversound8871
    @riversound8871 11 หลายเดือนก่อน

    Your Explanation and logics to teach are really helpful. Kindly make a video on Cache and Cookies.

  • @SyedHazratRazaQuadri
    @SyedHazratRazaQuadri 6 หลายเดือนก่อน

    @nisha Thank you very much for all your react series videos, we had very good learning experiences , can we expect further more videos on this react series as it was very helpful.

  • @ravinandanahs
    @ravinandanahs ปีที่แล้ว +2

    Thank you madam please upload More hooks vedios

  • @bishwajeetpandey1570
    @bishwajeetpandey1570 ปีที่แล้ว +1

    Thank u , mam plzz upload video on useCallback also

  • @sankmaathan6184
    @sankmaathan6184 ปีที่แล้ว

    Hi Nisha, Your explanation is really great. Please upload video for micro frond-end in angular and web worker and web worker service in angular

  • @tushard3736
    @tushard3736 10 หลายเดือนก่อน

    that dependeny at 10:24 should be a primitive right , due to performance issues , because objects are compared by reference , something like users.length , or maybe useMemo and cache the users too , then you can pass the entire users into dependency?

  • @rajranjan8984
    @rajranjan8984 6 หลายเดือนก่อน

    We can also apply usEffect hook instead of useMemo and pass dependency, what's different between using both

  • @chikkalakiran8860
    @chikkalakiran8860 ปีที่แล้ว +3

    Mam we want video lectures on Javascript mam..😢

  • @thimothy2461
    @thimothy2461 7 หลายเดือนก่อน

    Kindly add more videos on react mam Or else make the Udemy course on React. I am willing to enroll into that course.

  • @TapaNKSamaL
    @TapaNKSamaL 9 หลายเดือนก่อน +1

    Why are you not making more videos on JavaScript with projects ...?

  • @gowthamwfh5830
    @gowthamwfh5830 8 หลายเดือนก่อน

    Mam please continue tutorial

  • @arshu0.720
    @arshu0.720 9 หลายเดือนก่อน

    Next js and redux please make. A video

  • @amitsarahpal6797
    @amitsarahpal6797 ปีที่แล้ว +1

    Yes Ma'am please upload more video and please accept my connection request 👍🏻✨

  • @personnumber42
    @personnumber42 2 หลายเดือนก่อน

    Did you get to making the usecallback video?

  • @catwit5929
    @catwit5929 9 หลายเดือนก่อน

    what is difference b/w useMemo and UseEffect, do UseEffect can these kind of things

  • @Arunmurali12
    @Arunmurali12 10 หลายเดือนก่อน

    Mam, please post video on useCallback hook

  • @learncode5110
    @learncode5110 ปีที่แล้ว

    Mam why videos are not coming is the react playlist is completed?

  • @ajayprakash1167
    @ajayprakash1167 11 หลายเดือนก่อน

    Create an production ready react application with proper foldef structire, logger, redux , multiple api calls, different envs. Do in english

  • @amitsarahpal6797
    @amitsarahpal6797 ปีที่แล้ว

    Ma'am Last video 1 month ago. Please create Video on react interview prep.

  • @learncode5110
    @learncode5110 ปีที่แล้ว +1

    Nice explanation mam, just one concern your linkedin profile link is not getting access please fix the link issue. Thank you

    • @NishaSingla
      @NishaSingla  ปีที่แล้ว

      Thanks , ok I will update 😃

    • @learncode5110
      @learncode5110 ปีที่แล้ว

      @@NishaSingla Ok 😄

  • @dhiwagar5554
    @dhiwagar5554 ปีที่แล้ว

    Mam i need react router

  • @amitsarahpal6797
    @amitsarahpal6797 ปีที่แล้ว

    Ma'am new Video please

  • @4444-c4s
    @4444-c4s ปีที่แล้ว

    But esa kon karta hai?? Map method ko bahar kon rakhta hai? Hum to bahar Functions hi rakhte hai. Didi please give some real life example that you have used in your Development journey.

    • @NishaSingla
      @NishaSingla  ปีที่แล้ว

      This is one of the valid syntax and real use case of useMemo
      Checkout react-dev official page, you must get any example following same pattern 😊

  • @alimurtza6206
    @alimurtza6206 ปีที่แล้ว

    Madam, thoda Hindi me bhi samjha do.

  • @JAGATH57
    @JAGATH57 ปีที่แล้ว +1

    Please check with usecallback also.