Svelte is a bit too far into the world of custom syntax and special compiler magic.
Solid.js is great as it is compatible with jsx tools.
The future is definitely libraries that keep fine grained track of state and how it’s bound to the view, and then efficiently reconcile.
React is great and I’ve used it in prod for multiple years, but it does get slow at times due to too much CPU spent running vdom diff on large trees.
Svelte is a bit too far into the world of custom syntax and special compiler magic.
Solid.js is great as it is compatible with jsx tools.
The future is definitely libraries that keep fine grained track of state and how it’s bound to the view, and then efficiently reconcile.
React is great and I’ve used it in prod for multiple years, but it does get slow at times due to too much CPU spent running vdom diff on large trees.