Skip to content

Instantly share code, notes, and snippets.

@pfftdammitchris
Created August 25, 2019 14:19
Show Gist options
  • Save pfftdammitchris/9a0d611263986e543cbefd5a0ac120d8 to your computer and use it in GitHub Desktop.
Save pfftdammitchris/9a0d611263986e543cbefd5a0ac120d8 to your computer and use it in GitHub Desktop.
const promises = React.useMemo(() => {
return urls.map((url) => axios.get(url))
}, [urls])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment