Closed chrisjcodes closed 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
Bundle
load
Feature ready in https://github.com/MadeInHaus/react-redux-webpack-starter/pull/8
Likely will use a
Bundle
component similar to React Router 4 that accepts a bundle loaderload
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