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