From 47d64c4417df005802dd76ee4b9b675e26dc5810 Mon Sep 17 00:00:00 2001 From: Addy Osmani Date: Wed, 3 May 2017 03:03:04 -0700 Subject: [PATCH] Add DEV mode note to installation doc (#8784) (#9157) * Add DEV mode note to installation doc (#8784) * Address feedback from Dan on wording --- docs/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 820c49c0..76fde754 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -148,6 +148,10 @@ While React [can be used](/react/docs/react-without-es6.html) without a build pi ### Installing React +>**Note:** +> +>Once installed, we strongly recommend setting up a [production build process](/react/docs/optimizing-performance.html) to ensure you're using the fast version of React in production. + We recommend using [Yarn](https://yarnpkg.com/) or [npm](https://www.npmjs.com/) for managing front-end dependencies. If you're new to package managers, the [Yarn documentation](https://yarnpkg.com/en/docs/getting-started) is a good place to get started. To install React with Yarn, run: