Skip to content

Instantly share code, notes, and snippets.

@vvscode
Created February 8, 2019 10:32
Show Gist options
  • Select an option

  • Save vvscode/d6a5b7b9f2cacf41a2fad2c82bb69737 to your computer and use it in GitHub Desktop.

Select an option

Save vvscode/d6a5b7b9f2cacf41a2fad2c82bb69737 to your computer and use it in GitHub Desktop.
handle-api-call-state-nicely
export interface News {
loading: boolean;
entities: string[];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment