5 ms·
The react export option exports inline jsx for now. You should be able to directly paste that into a react file, as opposed to the html export. I purposely don'
by tscepo 4y ago
The react export option exports inline jsx for now. You should be able to directly paste that into a react file, as opposed to the html export. I purposely don't wrap the jsx in a named component since I can see all kinds of use cases where a person wants to inject jsx into a part of an existing component.
- darepublic 4y agoYou are right, it is not plain html, it is jsx.