|
|
|
|
|
by btrettel
2288 days ago
|
|
I've asked someone who likes using tons of JavaScript before and the response I received was along the lines of "It saves developer time." I don't get that one because in my experience, writing straight HTML is simpler than writing JavaScript. The real problem seems to be that many people today seem to have learned frontend web development through fancy JavaScript frameworks and don't know any other way. Since learning the simpler way to do it is more work, they don't bother. That's just my impression, however, and I don't have any hard data. Another possibility is that people want to learn the latest sexy technology and React/Angular/whatever people use these days is that. |
|
At least we may have static page generators which execute JS once on server side - for pages which don't really need interactivity (documents, not apps). There are a lot of them.