Hacker News new | ask | show | jobs
by k__ 2289 days ago
Contemporary framworks all allow for server side rendering and build time rendering.

Sure, you won't get 100% of the goodies, if you disable JS, some stuff simply can't be done with HTML/CSS, but at least the important parts would still work.

Also, solutions like Svelte are rather fast and small, compared to Vue/React but also compared to previously known small frameworks like HyperApp.