Hacker News new | ask | show | jobs
by koolala 241 days ago
Can Marko run static without a server? Can any of these?
3 comments

All of them can, but you get most benefit of a full-stack javascript framework if you are indeed running server js. But you can build statically in any of them (assuming you are not using any server-only features) and deploy as plain html/js.
Yeah, Svelte can.
Can’t most of them? Certainly React and Angular can as well.
Nuxt can too