Hacker News new | ask | show | jobs
by fredyr 4479 days 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.

1 comments

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.