Skip to content

Instantly share code, notes, and snippets.

@mfrachet
Created January 11, 2019 13:00
Show Gist options
  • Save mfrachet/8ff00108145f15c815d3f43cb8bb5f14 to your computer and use it in GitHub Desktop.
Save mfrachet/8ff00108145f15c815d3f43cb8bb5f14 to your computer and use it in GitHub Desktop.
react-cache-promise
setTimeout(() => console.log('Callback called') , 0);
Promise.resolve().then(() => console.log('Promise resolved'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment