useMemo Hook in React | Memoization in React | Optimisation Techniques

Поделиться
HTML-код
  • Опубликовано: 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

  • @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

  • @bishwajeetpandey1570
    @bishwajeetpandey1570 Год назад +1

    Thank u , mam plzz upload video on useCallback also

  • @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

  • @TapaNKSamaL
    @TapaNKSamaL 9 месяцев назад +1

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

  • @catwit5929
    @catwit5929 9 месяцев назад

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

  • @gowthamwfh5830
    @gowthamwfh5830 8 месяцев назад

    Mam please continue tutorial

  • @personnumber42
    @personnumber42 2 месяца назад

    Did you get to making the usecallback video?

  • @chikkalakiran8860
    @chikkalakiran8860 Год назад +3

    Mam we want video lectures on Javascript mam..😢

  • @Arunmurali12
    @Arunmurali12 10 месяцев назад

    Mam, please post video on useCallback hook

  • @arshu0.720
    @arshu0.720 9 месяцев назад

    Next js and redux please make. A video

  • @learncode5110
    @learncode5110 Год назад

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

  • @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.

  • @amitsarahpal6797
    @amitsarahpal6797 Год назад +1

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

  • @amitsarahpal6797
    @amitsarahpal6797 Год назад

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

  • @dhiwagar5554
    @dhiwagar5554 Год назад

    Mam i need react router

  • @ajayprakash1167
    @ajayprakash1167 11 месяцев назад

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

  • @learncode5110
    @learncode5110 Год назад +1

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

  • @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.