Skip to content

Instantly share code, notes, and snippets.

@emanueleDiVizio
Created June 8, 2020 14:53
Show Gist options
  • Save emanueleDiVizio/db692e68342bdfcb2c9a55f4b45d12fe to your computer and use it in GitHub Desktop.
Save emanueleDiVizio/db692e68342bdfcb2c9a55f4b45d12fe to your computer and use it in GitHub Desktop.
type NetworkState = {
isConnected: boolean,
actionQueue: Array<*>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment