this post was submitted on 06 Jul 2023
187 points (94.7% liked)
Meta (lemm.ee)
3566 readers
39 users here now
lemm.ee Meta
This is a community for discussion about this particular Lemmy instance.
News and updates about lemm.ee will be posted here, so if that's something that interests you, make sure to subscribe!
Rules:
- Support requests belong in !support
- Only posts about topics directly related to lemm.ee are allowed
- If you don't have anything constructive to add, then do not post/comment here. Low effort memes, trolling, etc is not allowed.
- If you are from another instance, you may participate in discussions, but remain respectful. Realize that your comments will inevitably be associated with your instance by many lemm.ee users.
If you're a Discord user, you can also join our Discord server: https://discord.gg/XM9nZwUn9K
Discord is only a back-up channel, [email protected] will always be the main place for lemm.ee communications.
If you need help with anything, please post in !support instead.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You're right, it is a controversial and uninformed take ;)
AngularJS was awful. It was clunky, relatively slow, and wasn't intuitive to use. It wasn't until Angular (2) where they started gaining back some good will. Vue wasn't very popular back then.
React came in with one of the easiest flows you could pick up. Prototyping with React is a breeze. The flow of data makes sense. It is intuitive for a non web developer to use. It was 100% better than AngularJS for the vast majority of things that people needed for it.
Where React falls apart is when you are scaling up with systems that are firing many events at once. It just has no good way of dealing with the amount of re renders. But for small projects and prototypes? Yea, it's great.
I'm a Software Dev, and I've used React for a couple of years now. Using Angular atm though lol.
I get the hate boner for Meta, I have one myself. But Meta maintains the React codebase, you're really selling them short in that aspect.