polymer-redux
polymer-redux copied to clipboard
Question
I been looking through the source and find it interesting combining Polymer and Redux. The only thing I am confused is how you are importing the Redux lib. Do you include it with bower? NPM?
On the actual redux documentation says: This assumes that you’re using npm package manager with a module bundler like Webpack or Browserify to consume CommonJS modules.
Basically how is this done?
Thanks
Hi, I'm not using any Redux libs for Polymer. I don't think they exist (yet). Redux is an architecture which you can easily implement yourself, which is what I did :)
Hey, check out https://github.com/tur-nr/polymer-redux if you want to use the Redux lib with your Polymer application.