Upgrading to the new transform is completely optional, but it has a few benefits:
1. With the new transform, you can use JSX without importing React.
2. Depending on your setup, its compiled output may slightly improve the bundle size.
3. It will enable future improvements that reduce the number of concepts you need to learn React.
This upgrade will not change the JSX syntax and is not required. The old JSX transform will keep working as usual, and there are no plans to remove the support for it.
Du hittar artikeln i sin helhet på React-bloggen.
Har du missat React 17 RC kan du läsa mer här.