Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Issues
  • #7981
Closed
Open
Issue created Nov 14, 2019 by Administrator@rootContributor

Roadmap for version 3.3.0

Created by: iansu

We are planning to release Create React App version 3.3.0 soon.

Planned Features

  • Templates: https://github.com/facebook/create-react-app/pull/7716
  • Optional Chaining and Nullish Coalescing: https://github.com/facebook/create-react-app/pull/7438

Refer to the 3.3.0 Milestone to see exactly what is included in this release.

☢️ How Can I Test This Now? ☢️

We're happy you'd like to test the next version of react-scripts! Before getting into the details, we'd like to make you aware of a few things:

  1. Features may be broken or not work as expected
  2. There will be more breaking changes introduced before the final release ⚠️
  3. Documentation for new features is still sparse, so look through the pull requests or the documentation on master for how they're expected to work

You can install the latest beta version of react-scripts using one of the following commands:

$ # Create a new application
$ # JavaScript
$ npx create-react-app@next --scripts-version=@next --template=cra-template@next app-name
$ # TypeScript
$ npx create-react-app@next --scripts-version=@next --template=typescript@next app-name
$ # Upgrade an existing application
$ yarn upgrade react-scripts@3.3.0-next.62

Known Issues in 3.3.0 Betas

  • ESLint no-restricted-globals rule: false positive with optional chaining: https://github.com/typescript-eslint/typescript-eslint/issues/1090
  • If you've used our experimental feature to extend ESLint you may be affected by other rules in typescript-eslint that don't yet support optional chaining: https://github.com/typescript-eslint/typescript-eslint/issues/1051

Please report any bugs you encounter or behavior you believe to be incorrect by creating a new issue. Have fun!

Assignee
Assign to
Time tracking