You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I transpile to js, (from parenscript if you care) and there I use a transform into React.createElement which makes me interested in the new transform in React 17 (mentioned here).
That, in turn, links to a file not in master, but that file is written in the form of a proposal, and it's not clear whether it represents the final details.
Is there another document with the details?
The text was updated successfully, but these errors were encountered:
Hey @pjstirling, thanks for submitting the question.
This repo isn't the right place for these type of questions, but here's the information I think you're looking for. Most of the discussion on this is in the RFC. The implementation of the new JSX functions are available here. You also probably want to reference the Babel plugin that transforms JS, which is here.
I transpile to js, (from parenscript if you care) and there I use a transform into
React.createElement
which makes me interested in the new transform in React 17 (mentioned here).That, in turn, links to a file not in master, but that file is written in the form of a proposal, and it's not clear whether it represents the final details.
Is there another document with the details?
The text was updated successfully, but these errors were encountered: