DEV Community

Discussion on: Loading components asynchronously in React app with an HOC

Collapse
 
thejohnstew profile image
John Stewart

Great read! Thanks for writing this up. I'm about to do something similar in my app but was considering using React Loadable to handle this. In your experience do recommend going with a solution that you proposed above or something like React Loadable?

One nice thing I saw with React Loadable was server side rendering. Granted I haven't implemented this so I'm not sure what that even looks like or how it works but would love your thoughts on this.

Thanks!