6 ms·
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
by fredyr 13y 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.
- Ygg2 13y agoMostly 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.