HenrikJoreteg / redux-bundler

Compose a Redux store out of smaller bundles of functionality.
https://reduxbundler.com
583 stars 46 forks source link

Redux Bundler code splitting #84

Open sridhard opened 2 years ago

sridhard commented 2 years ago

Hi,

We are using redux bundler with nextjs+react. Nextjs does code splitting. We found that one of our chunk is >5MB and the chunk has our redux code.

Redux support code splitting but we need to do some code changes. https://redux.js.org/usage/code-splitting

Since we are using redux bundler, can you please help us to find the way to do code splitting.

Thanks