Lazy loading and Suspense in React || Codenemy

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • Hey Guys,
    This video is about how to load a react component lazily using lazy and suspense. Suspense have fallback property which take a react element to show while loading component.
    GitHub URL of program :
    github.com/vik...)
    #reactJS #Suspense #Lazy #loading #spinner

КОМЕНТАРІ • 7

  • @umamaheshmeka1032
    @umamaheshmeka1032 3 роки тому +2

    You explained it very well, really good job !!!

    • @Codenemy
      @Codenemy  3 роки тому

      Glad to hear that, Thanks for watching :)

  • @sukhpreetkaur9198
    @sukhpreetkaur9198 Рік тому

    Nice explanation..

  • @SharmilaA-we5hp
    @SharmilaA-we5hp 2 роки тому +1

    Clear cut explanation

    • @Codenemy
      @Codenemy  2 роки тому

      It's my pleasure, Thanks for watching :)

  • @masonlin2140
    @masonlin2140 Рік тому

    thanks for your sharing

  • @jermen2
    @jermen2 3 роки тому

    thank you so much. It is clear for your teaching.
    But I'd like to know if react lazy can only apply component level? How about If I have over 200 images map loop in a component. How can I lazy load over 200 img? And the img is wrapped by floating