DEV Community

Discussion on: React.Suspense doesn’t work with Gatsby (yet)

Collapse
 
luispa profile image
LuisPa

Great post!

I've been using React Loadable for lazy loading in my react apps.

I guess this is a good start to send a PR to add this feature natively!

Collapse
 
dance2die profile image
Sung M. Kim • Edited

Sorry for the late reply and thank you~.

Can React Loadable be used for SSR? (Gatsby/next, etc)?

Collapse
 
yordan profile image
Yordan

Yes! And it works extremely well!

Thread Thread
 
dance2die profile image
Sung M. Kim

Thanks, Jordan. 👍

I will give it a try for the next project 🙂