Fork me on GitHub
#omnext2015-11-30
>
peeja21:11:45

The FAQ says you can do optimistic mutations on the app state by providing an :action and a :remote true. https://github.com/omcljs/om/wiki/Om-Next-FAQ#how-can-i-implement-optimistic-commits

peeja21:11:13

If you do that, does Om roll back your optimistic changes when the final result comes back from the server?

peeja21:11:29

or just assume that everything will converge on the right state?

peeja21:11:16

(Relay rolls it back, as I understand it.)