Skip to content

Instantly share code, notes, and snippets.

@simoneb
Created February 19, 2019 10:58
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 simoneb/acba191c31228042ec7335f48d4ce0da to your computer and use it in GitHub Desktop.
Save simoneb/acba191c31228042ec7335f48d4ce0da to your computer and use it in GitHub Desktop.
function App() {
const response = useAxios('{your http api}')
return (
<pre>{JSON.stringify(response.data)}</pre>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment