DEV Community

Cover image for React v17.0 announced
Emma Goto πŸ™
Emma Goto πŸ™

Posted on

React v17.0 announced

The React team has announced that they have released the first Release Candidate1 for React 17.0.

You can read more about v17.0 over on the React blog.


  1. The release candidate means that it is like a beta for v17.0, and once it's confirmed that it is bug-free, will be released as a "stable" release. ↩

Oldest comments (2)

Collapse
 
dance2die profile image
Sung M. Kim

This reminds me of when the React core team worked on React fibre (no new features just internal refactors) but available to public :)

Collapse
 
wobsoriano profile image
Robert

This version allows us to use JSX without importing React using preset-env

No more import React from 'react' just to use JSX!