|
|
|
|
|
by iainmerrick
234 days 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. |
|