Skip to content

Instantly share code, notes, and snippets.

@iansu
Last active March 1, 2021 08:40
Show Gist options
  • Star 34 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save iansu/282dbe3d722bd7231fa3224c0f403fa1 to your computer and use it in GitHub Desktop.
Save iansu/282dbe3d722bd7231fa3224c0f403fa1 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

@wunnle
Copy link

wunnle commented Sep 23, 2020

So excited about this! Can't wait to use Fast Refresh and new JSX transform ⚛️

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