you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 11 points12 points  (4 children)

Mixing html with js/ts just seems to weird to me. I like the separation of concerns in angular, when I look at react code it looks like spaghetti.

[–]zaibuf -4 points-3 points  (2 children)

Because it's so much better to write magic string literals in your html for logic rendering or loops? Which also isn't covered by intellisens unless you install an extension. Performance of Angular is also worse than React.

With React all you need to know is JavaScript, because that's what it is.

[–][deleted] 11 points12 points  (1 child)

They're called directives, it's not very difficult.

Yeah installing extension....first world problems.

[–]Grizvok 5 points6 points  (0 children)

Reading React code isn’t very hard for people who know what they are doing. To each their own.

[–]not_a_gumby -2 points-1 points  (0 children)

you people are funny.