(no title)
gg2222 | 11 months ago
SolidJS seems designed right so that it doesn't need so many major revisions and it feels quite stable.
It feels like an evolved React that is simpler to use.
Also its signals and stores can be used in normal .ts files, so it is easier to create re-usable "stores".
edit: BTW haven't been following Svelte but it's already version 5? I thought it was the newest framework.
sesm|11 months ago
baxuz|11 months ago
zwnow|11 months ago
Which is exactly what is said about every framework
Wazako|11 months ago
The solid-js surface is relatively small, the jsx / css is identical to the native, the Hook simply builds the DOM once. solid-js therefore brings above all a createSignal that adds an observer where it is called in the DOM to directly update the DOM accordingly.
You might think of solid-js more as a signal primitive than a real framework.
tglide|11 months ago
lol https://github.com/solidjs/solid/discussions/2425
gg2222|11 months ago
(Telling myself: damn should of put that in my original comment cause of course someone's gonna comment that.)
0xblinq|11 months ago
LOL
0xblinq|11 months ago
The simplicity and the power it brings is so good.
I’ve also used SolidStart for a project and it’s by far the best meta framework I’ve tried so far. Again, simplicity, power and extensibility.
flessner|11 months ago
However, the SolidJS ecosystem falls behind when building a full web application: The router is okay? Metadata is very separate... and SolidStart isn't pulling it all together in the way it should. Working with async is also a mess.
This makes it feel like you're having to learn 3-4 entirely separate systems.
rxliuli|11 months ago
bossyTeacher|11 months ago
mkl|11 months ago
gg2222|11 months ago
rizky05|11 months ago
[deleted]