top | item 45730104

(no title)

chanon | 4 months ago

The author noted that Solid is very similar to React but with a simpler mental model. This has been my experience as well. And its faster too.

discuss

order

iainmerrick|4 months ago

I'm a fan of Solid for the same reasons.

I particularly like that (JSX aside) it's just JavaScript, not a separate language with its own compiler like Svelte (and by the sounds of it Marko, which I hadn't heard of before). You can split your app into JS modules, and those can all use Solid signals, even the internal bits that don't have their own UI.

fud101|4 months ago

How would you compare it to Preact?

chanon|4 months ago

Never used Preact so unsure