chenglou / react-tween-state

React animation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

request: ES6 class and not mixin

danieljuhl opened this issue · comments

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?

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

commented

Hi @danieljuhl! Have you published the rewrited module?

commented

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.

commented

@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?

@dsbhakta @jnrepo sorry, didn't publish, as I didn't though anyone needed it. I'll publish today...

@danieljuhl actually I was able to figure it out. Used react-mixin plugin, had to grab mixin though like reactTween.Mixin and it worked. Thanks though!

commented

@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.