For further actions, you may consider blocking this person and/or reporting abuse
Read next
Mastering Paginated API Calls in React for Optimized Data Fetching
Abhay Singh Kathayat -
WebSocket Integration in React for Real-Time Communication
Abhay Singh Kathayat -
Implementing Infinite Scrolling in React for Seamless User Experience
Abhay Singh Kathayat -
Using useEffect for Fetching Data in React
Abhay Singh Kathayat -
Top comments (11)
Just wow🤓
Hi,
Can this be used for static sites such as Gatsby? Because I just tried with Gatsby and I'm getting build errors.
I'm not sure
If you're performing server side rendering with Gatsby, then this wouldn't work (SSR isn't supported yet)
If not, make sure you're on the latest React version
I don't have SSR. Yes. I do have the react latest.
Can't seems to be working. anyway Thanks for the clear introduction :)
Thank you for keeping it to the point, most tutorials you need to skip ahead ten minutes in to understand.
You lied! It was 56 second video 😉
That was a great intro to code-splitting with suspense.
Awesome! But how is this different from Loadable library? Am I missing anything?
Compared to loadable
Pro: Comes built-in, nicer API
Con: No SSR support yet.
reactjs.org/docs/code-splitting.ht...
It's great! We need more 1-minute educational resources!
LOL 🤣
Concise and on point, very nice !