strues / react-universal-boiler

A bold way to begin your next great universal React application. Uses Webpack 3, React 16, Redux, and more for a great developer experience.
MIT License
65 stars 11 forks source link

performance question #14

Closed veeramarni closed 7 years ago

veeramarni commented 7 years ago

For a large app, will it cause any performance issue due to waiting to load all the data before rendering the page? Is it possible to load data asynchronously without waiting for all actions to be completed?