-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request: ES6 class and not mixin #61
Comments
+1 |
I ended up re-writing the module as ES6 for my projects... I will publish it in near future, as it seems like to module author isn't actively maintaining the project anymore |
Hi @danieljuhl! Have you published the rewrited module? |
pls @danieljuhl :) |
Hi, @LeonidasEsteban! For what purpose are you using this package? |
@rudza @LeonidasEsteban sorry, I haven't published... I'll publish today, and let you know. |
@danieljuhl Don't worry. Found a workaround for this. |
@danieljuhl did you publish the es6 supported version? In react 16 i think we wont be able to use it. |
@rudza what was the work around? |
@danieljuhl @dsbhakta @rudza what's the workaround? |
@danieljuhl actually I was able to figure it out. Used |
@danieljuhl Did you ever publish that? |
@danieljuhl any updates? I know this is an old package, but many of us are still searching for tween support and eventually find your package. |
Is this module in active development?
React.createClass will be deprecated and removed in one of the next releases. This makes Mixins go away.
Have you considered re-writing as an extendable ES6 class component?
The text was updated successfully, but these errors were encountered: