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

A React timer higher-order component

Results 1 react-timer-hoc issues
Sort by recently updated
recently updated
newest added

``` import React from 'react' import ReactDOM from 'react-dom' import reactTimer from 'react-timer-hoc' class Timer extends React.Component { componentDidMount() { this.props.timer.setDelay(this.props.timerTick); } componentDidUpdate(prevProps) { if (prevProps.timer.tick !== this.props.timer.tick) { console.log('TIMER...