|
|
|
|
|
by heather45879
1289 days ago
|
|
The underlying issue with web applications is that it’s like a square peg going in a round hole. Remember, HTTP is designed traditionally as a stateless protocol delivering static web pages, more or less. But here we are, with stacks-on-stacks-on-stacks of layers emulating what truly should be a native application. “Web Application” should not be a thing. HTML/CSS were supposed to be for content and presentation; JavaScript was for sprinkles of functionality. So no matter how you spin it—each framework is a workaround making the browser do something it wasn’t designed for. When I say that I don’t mean “abandon all APIs”—I’m just stating why things are so complicated in the web space. Moral of the story—give us more static content please. “Dynamic” means ads and wasted CPU cycles. |
|
Also, should I really download a random exe to order a pizza? Plus, especially because the protocol is stateless a web app makes so much more sense (then replicating the state at the backend side).