|
|
|
|
|
by aww_dang
1198 days ago
|
|
Why do we? Assuming a need for interactive web content, what are our alternatives in pragmatic terms? 0)No scripts, each interaction is a round trip to the server 1)Minimally scripted pages with classic SSR 2)Full blown apps compiled to WASM and rendered on canvas Even if we goto 2, we still have some minimal wrapper JS. I'm not sure we can escape it at this point. The best we can do is minimize our exposure. |
|