Is Your React App Slow? | How to Optimize React Components? | Complete React Course #6

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 13

  • @vaishnavijadhav9707
    @vaishnavijadhav9707 3 месяца назад

    Thanks❤Very Insightful Video Mam :)

  • @aditya-d-
    @aditya-d- 3 месяца назад

    yes ,correct

  • @omkarnarveer2316
    @omkarnarveer2316 3 месяца назад

    Thanks for guiding to achieve optimised react app

    • @TheKiranAcademy-PythonMern
      @TheKiranAcademy-PythonMern  3 месяца назад

      Your satisfaction is our top priority, and we're thrilled to hear that you had a positive learning experience with us! If you're interested in pursuing additional learning opportunities, we encourage you to take a look at certification courses in the description box.

  • @swapnilsupe7467
    @swapnilsupe7467 3 месяца назад

    excellent explanation ma'am

    • @TheKiranAcademy-PythonMern
      @TheKiranAcademy-PythonMern  3 месяца назад

      Your satisfaction is our top priority, and we're thrilled to hear that you had a positive learning experience with us! If you're interested in pursuing additional learning opportunities, we encourage you to take a look at certification courses in the description box.

  • @Abhayyyyyy
    @Abhayyyyyy 3 месяца назад

    nicely explained maam

  • @aditya-d-
    @aditya-d- 3 месяца назад +1

    but usememo is complex calculations function

    • @TheKiranAcademy-PythonMern
      @TheKiranAcademy-PythonMern  3 месяца назад +1

      You're absolutely right. useMemo is an invaluable tool for optimizing React components, especially when dealing with complex calculations.

  • @bodhitdarji8687
    @bodhitdarji8687 3 месяца назад

    What if you don’t call the function in the h2 tag and just declare it ….than will it run everytime on state change?

    • @TheKiranAcademy-PythonMern
      @TheKiranAcademy-PythonMern  3 месяца назад

      A function declared within an HTML h2 tag will not run automatically on state change or any other event.

    • @bodhitdarji8687
      @bodhitdarji8687 3 месяца назад

      @@TheKiranAcademy-PythonMern okay got it