Skip to content

Instantly share code, notes, and snippets.

@nsantos16
Created May 15, 2020 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nsantos16/7f71e979ed3c884755906c9dbdee1436 to your computer and use it in GitHub Desktop.
Save nsantos16/7f71e979ed3c884755906c9dbdee1436 to your computer and use it in GitHub Desktop.
React Query Introduction
const { status, data, error } = useQuery('movies', fetchTodoList);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment