59
What are the taboo subjects?
(leminal.space)
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
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 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.