Hacker News new | ask | show | jobs
by PaulHoule 721 days ago
One radical lightweight alternative to React is Svelte

https://svelte.dev/

which is completely dependent on a compiler since it bakes in all of the updating logic at that stage. I haven't done big projects with it but for little projects I have been amazed at the speed and the small size of the bundles.