top | item 7360465

(no title)

fredyr | 12 years ago

What is it that's missing in just using plain React (with Mori or any alternative)?

In my mind, what Om is bringing to React is idiomatic state management with Clojure semantics. In js I think the local state model promoted by React is reasonable.

discuss

order

Ygg2|12 years ago

Mostly immutability and the ability to update DOM on real changes, I assume. The immutability comes with nice ability to easily undo things, at expense of memory.