Remix.run Logo
nchmy 5 days ago

What alternative do you propose to Javascript for interactive functionality on a web page?

maybewhenthesun 5 days ago | parent | next [-]

ecmascript?

nemomarx 5 days ago | parent | prev [-]

we could always use wasm, right?

perlgeek 5 days ago | parent [-]

WASM doesn't have a DOM API, as far as I know.

nchmy 5 days ago | parent [-]

It does not. It interacts with browser APIs (not just dom) via JavaScript. And it needs to load a big binary first.