HenrikJoreteg / redux-bundler

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

Error handling #22

Closed greggb closed 6 years ago

greggb commented 6 years ago

If I opened a PR, would there be interest in some better error handling (maybe only in dev mode)? When I mess something up I only see errors like slice does not exist on undefined etc. A few checks could pinpoint these errors a little more specifically.

I'll have time in a week or so to work on some projects, and I'd love to help out on this.

HenrikJoreteg commented 6 years ago

That'd be great, @greggb. But yeah, let's wrap em in env production checks. So they don't bloat the final build 👍

HenrikJoreteg commented 6 years ago

I'm just going to close this issue to clean up. Looking forward to what you come up with on this, though 👍

greggb commented 6 years ago

No worries, had less time than I thought over my break, but still planning to do this. Thanks!