Not to reinvent the wheel, what Flow operators are...
# coroutines
l
Not to reinvent the wheel, what Flow operators are you all using to accomplish offline logic (return from local persistence if available, or hit api, cache in local persistence and return).
i
Have you looked at Store? It is specifically designed to handle this local/remote use case? https://github.com/dropbox/Store
l
Hey @Ian Lake it was on my long term todo list yes