polymer-redux icon indicating copy to clipboard operation
polymer-redux copied to clipboard

Consider rewriting with `redux-store-element`

Open lastmjs opened this issue 8 years ago • 4 comments

I don't remember, but I'm sure I was inspired by your article when I was looking for Redux solutions for Polymer. I think your idea of using a custom element is the closest to what I was looking for, but it wasn't packaged nicely like I needed it, and there were a few things I would have changed. So I built my own, and I think it captures what you are trying to do and packages it up into a consumable custom element. It takes care of the singleton problem, and handles dispatching through data binding, and state updates through custom events that components listen to. I would like to see if you might consider rewriting the example and article using the element: https://github.com/lastmjs/redux-store-element

And if you don't have time, but think it would be a good idea, I could do it and make a pull request. Thanks for considering, and thanks for pioneering this.

lastmjs avatar Aug 24 '16 17:08 lastmjs