SSolidJS•Created by Puru on 12/21/2023 in #support React.createElement equivalent?
Trying to make a little library which exports a component. The component's JSX is simply return <div ref></div>, hence i'd prefer not to use JSX itself, to simplify the build pipeline. Is it possible to do so without JSX?