wix-incubator / react-module-container

Small library for building micro apps in React and Angular
MIT License
69 stars 18 forks source link

Update base-lazy-component.js #90

Open kobiburnley opened 2 years ago

kobiburnley commented 2 years ago

Was experimenting with <React.Suspense fallback={...} /> and it seems that the ReactLoadableComponent still flickers a bit between the rendering of fallback and then the resolved component. Suspect that it's related to the fact that only after another setState the component is actually rendered.