Last active
November 20, 2017 00:04
-
-
Save juankuquintana/15aa52e5e82e55e9fed7efdde63a4681 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React from 'react' | |
| export default React.createClass({ | |
| render() { | |
| return ( | |
| <div> | |
| About React | |
| <br/>React is a JavaScript library for building user interfaces | |
| </div> | |
| ) | |
| } | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment