-
@simonbs Totally! JSX just designed to function calls, and your transpiler should let you configure which function gets called. You just need to write a function with the same signature as createElement. For example: (type, props, ...children) => type({...props, children})
-
@simonbs s/designed/desugars/