top | item 34773970

(no title)

ldh0011 | 3 years ago

I think they mean apps that don't just stop working when you're offline, not apps that are always offline.

discuss

order

yladiz|3 years ago

Yes, that's what I meant. I didn't mean an app that's never online (or connected to a server), since that doesn't really make sense in the context of this kind of framework, I meant something that is resilient to being offline (aka "offline capable").

yenda|3 years ago

based on the todomvc example, I can say that it is resilient to being offline, in the sense that whatever you do while temporarily offline is resumed when you are back online. there's no optimistic updates so it looks like the items you add while offline are disappearing, but they end up in the list as soon as you are back online.