react-timer is a simple timer component using react.
yarnaddreact-timer--saveimportTimerfrom'react-timer'importReactDOMfrom'react-dom'importReact,{Component,PropTypes}from'react'classTestComponentextendsComponent{/* delay is just the delay on showing the update of the timer */constOPTIONS={prefix: 'seconds elapsed!',delay: 100}render(){return(<div><Timeroptions={OPTIONS}/></div>)}}ReactDOM.render(<TestComponent/>,document.getElementById('root'))yarn
yarn dev
yarn test
yarn
yarn build
npm login
npm version patch
git add -A
git push origin master
npm publish
