Skip to content

Instantly share code, notes, and snippets.

@sahilrajput03
Forked from iansu/README.md
Created September 18, 2020 16:43
Show Gist options
  • Save sahilrajput03/bba465a7238d29541b5567d0ab32da39 to your computer and use it in GitHub Desktop.
Save sahilrajput03/bba465a7238d29541b5567d0ab32da39 to your computer and use it in GitHub Desktop.
Create React App 4.0 Alpha Testing

Create New App

JavaScript Template

npx create-react-app@next --scripts-version=@next --template=cra-template@next my-js-app

TypeScript Template

npx create-react-app@next --scripts-version=@next --template=typescript@next my-ts-app

Update Existing App

To update an existing app you can change the react-scripts version in package.json to next and then run yarn or npm install

Changes

You can see a list of all the changes in the 4.0 release here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment