SolidJSS
SolidJSβ€’2y ago
Puru

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?
Was this page helpful?