Skip to content

Instantly share code, notes, and snippets.

@anthowen
Forked from iansu/README.md
Created August 22, 2020 08:32
Show Gist options
  • Save anthowen/e05e111fed6144bb634fb6e872d6e90f to your computer and use it in GitHub Desktop.
Save anthowen/e05e111fed6144bb634fb6e872d6e90f 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