Hacker News new | ask | show | jobs
by jraines 3886 days ago
Hard to answer that with concrete numbers but Om Next handles optimistic and non-optimistic updates quite elegantly. Roughly speaking: each query expression is parsed twice, once locally and once in remote mode, and as long as your backend can handle Om Next query expressions, it Just Works:

Reading: https://github.com/swannodette/om-next-demo/blob/master/todo...

Mutating: https://github.com/swannodette/om-next-demo/blob/master/todo...