mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Update RC blog post to use rc3 (#3312)
This commit is contained in:
committed by
GitHub
parent
8f7ffa4739
commit
bf2323fe3e
@@ -272,20 +272,20 @@ We encourage you to try React 17.0 Release Candidate soon and [raise any issues]
|
||||
To install React 17 RC with npm, run:
|
||||
|
||||
```bash
|
||||
npm install react@17.0.0-rc.2 react-dom@17.0.0-rc.2
|
||||
npm install react@17.0.0-rc.3 react-dom@17.0.0-rc.3
|
||||
```
|
||||
|
||||
To install React 17 RC with Yarn, run:
|
||||
|
||||
```bash
|
||||
yarn add react@17.0.0-rc.2 react-dom@17.0.0-rc.2
|
||||
yarn add react@17.0.0-rc.3 react-dom@17.0.0-rc.3
|
||||
```
|
||||
|
||||
We also provide UMD builds of React via a CDN:
|
||||
|
||||
```html
|
||||
<script crossorigin src="https://unpkg.com/react@17.0.0-rc.2/umd/react.production.min.js"></script>
|
||||
<script crossorigin src="https://unpkg.com/react-dom@17.0.0-rc.2/umd/react-dom.production.min.js"></script>
|
||||
<script crossorigin src="https://unpkg.com/react@17.0.0-rc.3/umd/react.production.min.js"></script>
|
||||
<script crossorigin src="https://unpkg.com/react-dom@17.0.0-rc.3/umd/react-dom.production.min.js"></script>
|
||||
```
|
||||
|
||||
Refer to the documentation for [detailed installation instructions](/docs/installation.html).
|
||||
|
||||
Reference in New Issue
Block a user