Skip to content

Instantly share code, notes, and snippets.

@Nilanth

Nilanth/.jsx Secret

Created July 10, 2021 07:17
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 Nilanth/33de507287af8300571c2cc9c62b9cfd to your computer and use it in GitHub Desktop.
Save Nilanth/33de507287af8300571c2cc9c62b9cfd to your computer and use it in GitHub Desktop.
import { getRequest } from 'axiosClient';
async function fetchUser() {
try {
const user = await getRequest('users');
} catch(error) {
//Log errors
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment