Created
February 19, 2019 10:58
-
-
Save simoneb/acba191c31228042ec7335f48d4ce0da to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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