tur-nr / polymer-redux

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

adapted to work with Polymer 3.0 #99

Closed moebiusmania closed 6 years ago

moebiusmania commented 7 years ago

fixes #97

moebiusmania commented 7 years ago

Don't know if my change breaks something on .html library code 🤔, the ES module version works fine and I'm already using it in my projects.

I would suggest you to make a new release ES module only, following the recent updates on Bower and Polymer, so if people can't migrate to v3.0 they just lock version number.

🎉🎉🎉🎉

LasaleFamine commented 7 years ago

News here? 🙃

tur-nr commented 7 years ago

polymer-redux@next branch created, awaiting a review for the imports.

pixelass commented 6 years ago

@tur-nr @moebiusmania We have a working version here: https://github.com/NERDDISCO/polymer-redux

Is this PR still active or should we open a new one?

demo: https://github.com/NERDDISCO/VisionLord/blob/feat/redux/src/reduxStore.js

moebiusmania commented 6 years ago

@pixelass I think you can create a new one, I didn't continued here, but let's wait for @tur-nr response.

tur-nr commented 6 years ago

See polymer-3 branch.

CodeRedPaul commented 6 years ago

@tur-nr @pixelass I couldn't seem to get the polymer-3 branch working... Getting an error:

Uncaught TypeError: (0 , _polymer3Redux2.default) is not a function

Any ideas, please?