this post was submitted on 01 Aug 2023
105 points (100.0% liked)

Technology

37360 readers
347 users here now

Rumors, happenings, and innovations in the technology sphere. If it's technological news or discussion of technology, it probably belongs here.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] fred-kowalski@kbin.sh 7 points 11 months ago (1 children)

Yes, web developers don't use straight HTML because for anything that is not trivial, it's not sufficient The web today is a place to DO things, not READ things. Even if you are displaying "static" data, Javascript frameworks and libraries can help you write code once and then offload browser compatibility and desktop/mobile presentation formats.

If you add all the interactive elements, it gets even more complex. HTML is powerful and provides transparency, but it's not just the MBA crowd moving away from it.

Also, as desktop applications are quickly being deprecated for browser-based apps, there is more movement to frameworks, and libraries.

[–] t3rmit3@beehaw.org 8 points 11 months ago (1 children)

Did you mean to respond to someone else? I didn't say devs shouldn't use javascript, I just said that the linuxmint website does, in response to the person above me saying it doesn't.

[–] fred-kowalski@kbin.sh 2 points 11 months ago

You made a good observation to which I put observations. Probably should have been put somewhere else.