mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +00:00
13 lines
473 B
Markdown
13 lines
473 B
Markdown
# 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.
|
|
|
|

|
|
|
|
By clicking on the _circular arrow_ upgrade icon next to `react` and
|
|
`react-dom`, we will have upgraded each to 16.3.1.
|
|
|
|

|