1 min readJun 24, 2020
Great article! Can we take this one step further?
- How can we make a dynamic component loader? I've created an array of component object info to use when calling the component `name` and `path` but Error: Cannot find module when called.
- Child components added in this exact style seem to be problematic. Are there any methods to improve on child components of lazy loaded parents?