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