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

Could it be possible to provide simple Lit Element (Web Components) example #159

Open dzintars opened 3 years ago

dzintars commented 3 years ago

Currently all examples has react and react-redux dependencies. But there is growing community of the native web components which does not rely on the react ecosystem at all. Redux really well play with native web components as it is framework agnostic. Because of DX ergonomics, Polymer teams Lit-Element library is often used in enterprise solutions to build full applications and design systems on top of native web components. I think this library has potential in this context to make scalable framework agnostic applications. Would be thankful for the example, especially for connection part.