Skip to content

Instantly share code, notes, and snippets.

@rkpinheiro
Created October 28, 2018 19:55
Show Gist options
  • Save rkpinheiro/8bdf1c92f2c7353efafcd0e68050a0da to your computer and use it in GitHub Desktop.
Save rkpinheiro/8bdf1c92f2c7353efafcd0e68050a0da to your computer and use it in GitHub Desktop.
const cache = createCache();
const resource = createResource() => {
return new Promise(resolve => {
...
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment