For further actions, you may consider blocking this person and/or reporting abuse
Read next
Next.js 15 Deep Dive: Building a Notes App with Advanced Features
Sidali Assoul -
How Routed States can improve the usability of web applications
Igor Soares -
Why Virtual DOM: Render and Performance
Sonay Kara -
The Fastest Way to Build a React Project in 2025 (with the Latest Tools)
gitter4coding -
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 !