npm create-react-app 2.1.0
v2.1.0

latest releases: 5.0.1, 5.1.0-next.14, 5.0.0...
5 years ago

2.1.0 (October 29, 2018)

Create React App 2.1 adds support for TypeScript! Read the documentation to get started.

New applications can be created using TypeScript by running:

$ npx create-react-app my-app --typescript

🚀 New Feature

  • create-react-app, react-scripts
  • babel-preset-react-app, react-scripts

🐛 Bug Fix

💅 Enhancement

  • create-react-app, react-scripts
    • #5593 Refine how TypeScript types are handled. (@Timer)
  • react-scripts
  • react-dev-utils, react-scripts

📝 Documentation

🏠 Internal

Committers: 15

Migrating from 2.0.5 to 2.1.0

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@2.1.0

or

yarn add --exact react-scripts@2.1.0

Don't miss a new create-react-app release

NewReleases is sending notifications on new releases.