DEV Community

Discussion on: Introducing the SolidJS UI Library

 
trusktr profile image
Joe Pea

Solid gives you that for sure. Also @lume/element gives you one more level higher: custom elements with templating powered by Solid.

I'm also planning to implement JSX for AssemblyScript unless someone else gets to it first, and the compile the implementations of my custom elements to WebAssembly.

The big milestone will be when we can also compile to native (run outside of the browser too, but with a web-first API that is easy for existing web developers).