You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 :)
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
The text was updated successfully, but these errors were encountered: