React Suspense Loading - Lazy Loading in React

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


MOST POPULAR COURSES

SERVICES THAT I'M USING

CONNECT WITH ME!

REFERENCES

TIMESTAMPS
0:00 Introduction
2:05 React lazy load component with React Suspense
5:02 React lazy load route

This video is NOT sponsored. Some product links are affiliate links which means if you buy something I'll receive a small commission.
Рекомендации по теме
Комментарии
Автор

Thanks for sharing this. The testing is awesome since it proves that the lazy load does work ❤

tiennsloit
Автор

thank you,
you are one of the best teachers

mg-programming
Автор

Thank you, awesome content and quality!
Subscribed!

vonderklaas
Автор

Make video comparing these and when to use which one: useEffect, useLayoutEffect, useMemo, useCallback

waleedsharif
Автор

First of all, thanks for the video.

I just have one question:

If a have an application with a lot of routes, instead of using React.Suspense Wrapping all the routes that I'm lazy loading, should I wrap each route in its own React.Suspense ?

guribeirodev
Автор

Great, I have one question
If I want to navigate from home page to about page (which is lazy loaded), and while about page is being resolved, to remain on the. home page and show some loading overlay, how can I do that ?

ivankraev
Автор

planning to make a mern stack course with typescript as you did with angular??

gigakvachakhia
Автор

Thanks although...
I don't know... I did everything you've said and verified it million times...
There is no display of "Loading" on the screen at slow loading..
How come?

shineLouisShine