Plan for offline use

I would like to plan for my app to be used offline. This means I would need to cache some collections (which is fine; the UI seems to have support for this); but it would also mean that I need to implement optimistic UI updates. Is there any guidance or patterns available for this in the community?

3
7 replies