|
|
|
|
|
by TheHiddenSun
938 days ago
|
|
Solid.js comes to mind - not a framework, but a library - can do fine gained state updates without unnecessary re-renderings (reactivity) - uses dom instead of vdom to produce best in class SPA performance - uses jsx like react Performance claim / proof:
https://krausest.github.io/js-framework-benchmark/ |
|