From 14acda1c92498e6e11aa6b633bab5df1f451b1ca Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sat, 23 Dec 2017 19:42:40 +0000 Subject: [PATCH] Reword the note --- content/docs/add-react-to-a-new-app.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/docs/add-react-to-a-new-app.md b/content/docs/add-react-to-a-new-app.md index 84fa540f..d520dfb8 100644 --- a/content/docs/add-react-to-a-new-app.md +++ b/content/docs/add-react-to-a-new-app.md @@ -10,8 +10,9 @@ The easiest way to get started on a new React project is by using a starter kit. > Note: > -> Check out the [Try React](/docs/try-react.html) page if you are looking for lightweight environments to experiment with React. -> The options on this page are designed to help bootstrap single-page applications with linting, testing, bundling, production optimizations, and more. +> The options on this page are designed to bootstrap single-page applications with linting, testing, bundling, production optimizations, and more. They are fully-featured but require some time and disk space to install. +> +> If you are looking for a lightweight environment to experiment with React, check out the [Try React](/docs/try-react.html) page instead. A [single HTML file](https://raw.githubusercontent.com/reactjs/reactjs.org/master/static/html/single-file-example.html) is enough to get you started! ## Create React App