tur-nr/polymer-redux

dynamically inject Reducers

christophe-g opened this issue · 0 comments

For large applications or when we use lazy loading, it would be nice to have a way to dynamically inject Reducers (e.g. only when certain webcomponents we know will require those reducers are loaded).

Maybe smth along the lines of https://github.com/randallknutson/redux-injector.

Thanks for this lib anyway!