|
|
|
|
|
by gg2222
462 days ago
|
|
To the author: Yes, do consider SolidJS seriously. I find that its reactivity system is simple and the easiest to reason about, with none of the messiness and constant changes to "the best practice way to do things" like React has gone through the years. 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. |
|