Skip to content

Instantly share code, notes, and snippets.

@nayunhwan
Created December 29, 2016 07:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nayunhwan/761f8521035ba049502c9c2950bb5f37 to your computer and use it in GitHub Desktop.
Save nayunhwan/761f8521035ba049502c9c2950bb5f37 to your computer and use it in GitHub Desktop.
React Ticking Clock with Component index.js
ReactDOM.render(
<Clock />,
document.getElementById('root')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment