1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-04 23:58:01 +00:00

Add Upgrading To The Latest React In CodeSandbox as a react til

This commit is contained in:
jbranchaud
2018-04-13 21:41:03 -05:00
parent eb9bd44385
commit 102177547b
2 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
# Upgrading To The Latest React In CodeSandbox
At the time of writing this, the latest version of React is 16.3.1. Opening
up [CodeSandbox](https://codesandbox.io/) and starting a new React project
has us working with React 16.2.
![Defaults to React 16.2](https://i.imgur.com/AmgyfGc.png)
By clicking on the _circular arrow_ upgrade icon next to `react` and
`react-dom`, we will have upgraded each to 16.3.1.
![Upgrade to React 16.3.1](https://i.imgur.com/0DPLOY2.png)