|
|
|
|
|
by zuprau
1121 days ago
|
|
> React's biggest lasting contributions. Describing UI in a declarative way I feel that AngularJS (v1) did that years before React, and maybe even other MVC frameworks before that. I can't think of anything React brought in that earlier frameworks didn't already have in a form or another. Maybe hooks? Arguably the worst and least performant part of React. It only popularized "HTML-in-JS" but that has always been possible via strings or file imports. Even template pre-compilation was part of Backbone or Ember (I don't remember which) |
|
Angular markup lives in templates which are used to generate and update the UI, while React markup lives in expressions which evaluate to values. This is a subtle but key difference. I would argue React isn't even an MVC framework (though it sorta pretended to be one for a while)