DEV Community

Discussion on: How to code split Redux store to further improve your app's performance

Collapse
 
chasahodge profile image
Charles Hodge

So I'm trying to implement your example within my own project and the webpack complier is giving me an error on the individual import statements for my ClientContainer and the CategoryContainer in the AppContainer.

loader: withRefreshedStore(import('./ClientContainer'))

Everything is implemented just as you laid out in this example, just altered for my app. Any ideas?