rxaviers / react-globalize-compiler

I18n support for React applications using Globalize
MIT License
5 stars 2 forks source link

New JSX transform support #13

Open rxaviers opened 4 years ago

rxaviers commented 4 years ago

A new (optional) JSX transform is in place in React 17, which won't work by this compiler, that relies in the existing transformation of the form React.createElement. We'll need an additional one in the form of _jsx.

https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html