this post was submitted on 01 Apr 2025
54 points (95.0% liked)

Asklemmy

47188 readers
755 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
 

Here sucks is in the sense of suckless philosophy, I don't think everybody likes the suckless movement but I've seen that many people, me included, don't like how modern web apps look like (messenger and tiktok are like the worst). So if I want to make interactive web apps, what are the better technologies to not make the web shittier ?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] JakenVeina@lemm.ee 9 points 3 days ago

Part of the reason that "JavaScript sucks" is BECAUSE it doesn't have alternatives. If you want to build a WebApp that manipulates the DOM, JS has the ONLY API to do it.

For me, "JavaScript sucks" not really because of the language itself, but because there's such a massive disconnect between what it was designed for (small amount of bells and whistles within a web page), and what the ecosystem uses it for (foundation for entire GUI applications).

If you want to build WebApps, learn JavaScript, then do all your development with TypeScript, and be VERY mindful of the third-party dependencies you pull into your project.