Open
Description
We should think about offline support at some point. This was mentioned by @Rajan in rethinkdb/rethinkdb#5239 (comment) .
The idea is that it will make it a lot easier to build mobile applications on top of Fusion.
As a first simpler step, we could allow mirroring certain data to the client for read-only access.
In a second step, we could hook into our optimistic write infrastructure (that we still need to build, #42) to allow for syncing back writes once the user gets online again.