Hacker News new | ask | show | jobs
by frfl 873 days ago
Yeah, I meant "optimizing compiler" in the sense it takes in JSX and outputs optimized code
1 comments

Solid doesn’t have a compiler as I recall? (Other than JSX)
Sorry my mistake. I misunderstood Solid as working same as Svelte with a compiler.
I also understood it like that, and the FAQ seems to imply that it is.

https://www.solidjs.com/guides/faq

> We have a compiler working for you to give you optimal native DOM updates, but you have all the freedom of a library like React.