Created
January 11, 2019 13:00
-
-
Save mfrachet/8ff00108145f15c815d3f43cb8bb5f14 to your computer and use it in GitHub Desktop.
react-cache-promise
This file contains hidden or 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
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