For further actions, you may consider blocking this person and/or reporting abuse
Read next
Created a Npm package for Vite, React Tailwindcss starter code with configuration.
Plain -
The Right Way to Add Images to Emails in Next.JS
Joshua Amaju -
A Complete Guide to React useEffect vs useLayoutEffect for Beginners
Rajesh Dhiman -
How TypeScript Makes React Better: Smoother Developer Experience, Fewer Bugs (With a useState Example)
Idris Gadi -
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 !