react-timer-mixin
react-timer-mixin copied to clipboard
Supporting TimerMixin for class syntax'd React components
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?
https://github.com/reactjs/react-timer-mixin/pull/12 implements a HOC with the same behavior.