Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Isn't React both the M and V, not just the V, since it holds and updates data state and renders fragments of html via components? Commented Apr 10, 2019 at 4:54
  • 1
    There are react state management libraries like flux or redux, but these aren't packaged with react. Commented Apr 11, 2019 at 17:08
  • Oh I see, we don't consider the View data to be model data.. until it is submitted to server side. Even though React holds component state (view data), that's remains view data until submission. That makes sense. Commented Apr 11, 2019 at 18:21
  • 1
    I understand the question and a number of other answers, but not this answer. "Polymer is a library" "React is just a library" "Therefore you can't compare the two". Doesn't really make any sense to me. Commented Jan 19, 2021 at 19:20