this post was submitted on 01 Apr 2025
52 points (94.8% liked)
Asklemmy
47161 readers
525 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!
- Open-ended question
- 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.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
JavaScript doesn't suck and it's performance is more than adequate for most applications. If you are doing some serious number crunching you might want to look at web assembly, but last time I checked it doesn't actually have access to the DOM so it's not really got any control over the page itself.
JavaScript is great. Typescript is better. Give JavaScript a go and if you want more safety try typescript.
I personally use the Vue framework for my web apps but there are many others out there, and if you really want to keep things clean you can opt out of using Frameworks altogether.
Anyway, you are never going to be able to completely avoid JavaScript no matter what approach you take, so if suggest learning some and making up your own mind