HenrikJoreteg / redux-bundler

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

url bundle seems to be applied regardless #41

Closed huygn closed 5 years ago

huygn commented 5 years ago

Even though I didn't import createUrlBundle, it's selectors (and popstate listener) still applied & reflected using localStorage.debug = true

HenrikJoreteg commented 5 years ago

Hey @huygn. So yes, composeBundles() has a few things included (just for convenience, see here for the exact list: https://github.com/HenrikJoreteg/redux-bundler/blob/master/src/index.js#L30-L42).

But if you want to start with nothing, just use composeBundlesRaw(). Hope that helps.

huygn commented 5 years ago

Thanks! my bad I wasn't aware of it 👍