Skip to content

Roadmap for version 3.3.0 #7981

Closed
Closed
@iansu

Description

@iansu

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

Planned Features

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 [email protected]

Known Issues in 3.3.0 Betas

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions