Skip to content

Instantly share code, notes, and snippets.

@AlexKondov
Created May 28, 2018 20:03
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 AlexKondov/b125506aea05fcaf018d3f8a465ffdab to your computer and use it in GitHub Desktop.
Save AlexKondov/b125506aea05fcaf018d3f8a465ffdab to your computer and use it in GitHub Desktop.
const makeRequest =
type =>
url =>
data =>
fetch(url, { type, data })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment