You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
Offline enabled apps sometimes need offline indicators.
This is specific to apps we use to give better demos.
Currently we have number of offline interfaces:
useNetworkStatus hook (tightly coupled with Apollo) and using some home build listeners
Offix datastore network - complex and subscription tied solution that might not be easy to expose.
Some custom implementation of the network state that we can reuse but they base on 1
We need to come with a strategy to get this organized into something that will be common and reusable even on sample apps.
The text was updated successfully, but these errors were encountered:
@wtrocki I built a much better hook for OVP that I can possibly put into this package now. Since we don't have to worry about the legacy support any more, this is not as big of an issue. #1070 exposed the network status of the datastore to make that possible.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature Request
Offline enabled apps sometimes need offline indicators.
This is specific to apps we use to give better demos.
Currently we have number of offline interfaces:
We need to come with a strategy to get this organized into something that will be common and reusable even on sample apps.
The text was updated successfully, but these errors were encountered: