Created
July 23, 2018 14:08
-
-
Save paulallies/046767aa6c7264defdd3a3e20f49f3e1 to your computer and use it in GitHub Desktop.
without create react app app.js file
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, { Component } from 'react'; | |
| class App extends Component { | |
| render() { | |
| return (<h1>My React App</h1>) | |
| } | |
| } | |
| export default App; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment