What are the benefits of new JSX transform?

There are three major benefits of new JSX transform,

  1. It is possible to use JSX without importing React packages
  2. The compiled output might improve the bundle size in a small amount
  3. The future improvements provides the flexibility to reduce the number of concepts to learn React.

March 08, 2022
485