react-timer-mixin icon indicating copy to clipboard operation
react-timer-mixin copied to clipboard

Supporting TimerMixin for class syntax'd React components

Open prashanth1509 opened this issue 9 years ago • 1 comments

Right now mixins are not supported in react component that follow es6 class syntax.

Should we be writing a timermixin that can be extended by a react component with class syntax or can we use the current mixin as a base class?

prashanth1509 avatar Feb 22 '16 10:02 prashanth1509

https://github.com/reactjs/react-timer-mixin/pull/12 implements a HOC with the same behavior.

aweary avatar Jul 19 '16 16:07 aweary