Skip to content

Instantly share code, notes, and snippets.

@dineshigdd
Created May 23, 2023 01:50
Show Gist options
  • Save dineshigdd/6f213fca2fceb9b5b9936f732b4bcc4b to your computer and use it in GitHub Desktop.
Save dineshigdd/6f213fca2fceb9b5b9936f732b4bcc4b to your computer and use it in GitHub Desktop.
const query = useQuery({
queryKey: ['users'],
queryFn: getUsers,
staleTime: 5000,
cacheTime: 60000
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment