From fe7d5c53eac360cd5be1f8f0392108bcbfcfb624 Mon Sep 17 00:00:00 2001 From: Tanish Grover Date: Mon, 29 Oct 2018 20:21:00 +0530 Subject: [PATCH] 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. --- guide/english/react/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/english/react/index.md b/guide/english/react/index.md index 7241f5334dc..8a0a0697899 100644 --- a/guide/english/react/index.md +++ b/guide/english/react/index.md @@ -232,6 +232,10 @@ or Watch Video Here +### 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.