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.
-
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)
This reminds me of when the React core team worked on React fibre (no new features just internal refactors) but available to public :)
This version allows us to use JSX without importing React using preset-env
No more import React from 'react' just to use JSX!