Added a section on create-react-app (#20332)
Added a quick react setup section which talks about create react app and links to its GitHub page.
This commit is contained in:
@ -232,6 +232,10 @@ or
|
||||
<a href="http://www.youtube.com/watch?feature=player_embedded&v=100pKUE3OPI" target="_blank"><img src="http://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg"
|
||||
alt="Watch Video Here" width="240" height="180" border="10" /></a>
|
||||
|
||||
### Quick React App Setup
|
||||
Setting up a react app can be time consuming. A great tool for starting a new react project is create-react-app.
|
||||
Get more information about it [here](https://github.com/facebook/create-react-app#readme)
|
||||
|
||||
### Recap
|
||||
|
||||
So let’s do a quick recap. In our head tag we grabbed the script tags for React, ReactDOM and Babel. These are the tools our browser needs in its meta data to read our React code and JSX in specific.
|
||||
|
Reference in New Issue
Block a user