tur-nr / polymer-redux

Polymer bindings for Redux.
https://tur-nr.github.io/polymer-redux
MIT License
440 stars 67 forks source link

Reuse store in another separete web component #142

Open sarbull opened 5 years ago

sarbull commented 5 years ago

How can i reuse the same store in two polymer web components?

I tried creating 3 polymer web components

web-component-store
web-component-1
web-component-2

The web-component-store holds the big store and it is imported in web-component-1 and web-component-2.

Could this be a good approach? or do you have any other ideas.

Thank you, Cezar Sirbu