this post was submitted on 04 Nov 2024
96 points (96.2% liked)
Asklemmy
43775 readers
1788 users here now
A loosely moderated place to ask open-ended questions
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
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I fucking hate React. It’s slow, verbose, and unpleasant to work with. It’s all the worst parts of Java brought over to JavaScript. That being said, it’s still better than Angular.
I think what started me down the anti-React path was realizing that there were other frameworks out there that don't even use a virtual dom. Plus you get tired of being told that the most obvious and intuitive way to do various things in React actually goes against some best practice that they've established.
I wouldn’t mind switching to alternative libraries like Svelte or Solid but can’t imagine going back to plain Javascript for complex applications. It’s a pain in the ass, even with jQuery.
I use Svelte, and I love it. Although I’m not a huge fan of the new Runes syntax. It’ll probably grow on me though.
Angular my beloved...
What's wrong with it if I may ask?
There’s so much boilerplate to even do the most simple tasks. And that boilerplate is something that could usually be automatically added by a compiler.
That kind of stuff often introduces footguns.