microsoft / redux-dynamic-modules

Modularize Redux by dynamically loading reducers and middlewares.
https://redux-dynamic-modules.js.org
MIT License
1.07k stars 116 forks source link

Is it possible to shave off React+ dependencies? #158

Closed dzintars closed 3 years ago

dzintars commented 3 years ago

Trying to use this library with vanilla web components, Lit Element and custom connector, but my Bazel build fails because i don't want to include React & friends. Would be thankful if somebody would help me to shave off those dependencies. And mby it's overall good idea to make those deps optional?

dzintars commented 3 years ago

Sorry, my fault. Used wrong import. redux-dynamic-modules instead of redux-dynamic-modules-core :)