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:
Tanish Grover
2018-10-29 20:21:00 +05:30
committed by Tom
parent e35cbad2a4
commit fe7d5c53ea

View File

@ -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 lets 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.