Skip to content

Commit

Permalink
Add DEV mode note to installation doc (facebook#8784)
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Mar 11, 2017
1 parent 19c2649 commit 0f552a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,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 the [production mode flags](/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:
Expand Down

0 comments on commit 0f552a6

Please sign in to comment.