Skip to content

Instantly share code, notes, and snippets.

@juankuquintana
Last active November 20, 2017 00:04
Show Gist options
  • Select an option

  • Save juankuquintana/15aa52e5e82e55e9fed7efdde63a4681 to your computer and use it in GitHub Desktop.

Select an option

Save juankuquintana/15aa52e5e82e55e9fed7efdde63a4681 to your computer and use it in GitHub Desktop.
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