this post was submitted on 27 Sep 2023
304 points (93.2% liked)
Programmer Humor
32371 readers
523 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
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
React just feels so much quicker to dev in. Ive not spent a load of time in view so can't compare
Vue feels like the good parts of angular boiled down into a much easier to use package similar to React. I actually really like it, but I think I do prefer react over both of them at this point. The states and effects just make a lot more sense to me at a baseline than Observables and whatnot
Above all else, I just love JSX over templates. It integrates the elements on screen and the functionality of the component much more closely.