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.