MadeInHaus / react-starter

A client-side SPA starter bundled with React, Redux, CSS Modules, React Router 4, and Webpack 4
MIT License
9 stars 2 forks source link

Implement code splitting strategy #6

Closed chrisjcodes closed 7 years ago

chrisjcodes commented 7 years ago

Likely will use a Bundle component similar to React Router 4 that accepts a bundle loader load function and a function as children that accepts the loaded module and returns the component to load. Need to include examples of how to use in starter

chrisjcodes commented 7 years ago

Feature ready in https://github.com/MadeInHaus/react-redux-webpack-starter/pull/8