Y
Hacker News
new
|
ask
|
show
|
jobs
by
koolala
241 days ago
Can Marko run static without a server? Can any of these?
3 comments
mpeg
241 days ago
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.
link
aetherspawn
241 days ago
Yeah, Svelte can.
link
jakewins
241 days ago
Can’t most of them? Certainly React and Angular can as well.
link
mulhoon
241 days ago
Nuxt can too
link