Simon Willison’s Weblog

Subscribe

24th November 2018

React is “value UI”. Its core principle is that UI is a value, just like a string or an array. You can keep it in a variable, pass it around, use JavaScript control flow with it, and so on. That expressiveness is the point — not some diffing to avoid applying changes to the DOM.

Dan Abramov

This is a quotation collected by Simon Willison, posted on 24th November 2018.