Skip to content

Instantly share code, notes, and snippets.

@valera-rozuvan
Last active February 9, 2022 01:14
Show Gist options
  • Save valera-rozuvan/5a1eafd0e82f78dd976273d4d1ab67a4 to your computer and use it in GitHub Desktop.
Save valera-rozuvan/5a1eafd0e82f78dd976273d4d1ab67a4 to your computer and use it in GitHub Desktop.
Interesting articles on JavaScript promises

Interesting articles on JavaScript promises

  1. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
  2. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises
  3. https://stackoverflow.com/questions/37527292/when-not-to-use-promises
  4. https://gist.github.com/domenic/3889970 https://blog.domenic.me/youre-missing-the-point-of-promises/
  5. https://www.quora.com/What-are-situations-to-use-callbacks-instead-of-promises-in-Javascript-Should-one-use-promises-all-the-time-Which-will-lead-to-more-readable-code
  6. https://developers.google.com/web/fundamentals/primers/promises
  7. https://runnable.com/blog/5-reasons-why-you-should-be-using-promises
  8. https://pouchdb.com/2015/05/18/we-have-a-problem-with-promises.html
  9. http://www.datchley.name/promise-patterns-anti-patterns/
  10. https://spring.io/understanding/javascript-promises
  11. https://hackernoon.com/6-reasons-why-javascripts-async-await-blows-promises-away-tutorial-c7ec10518dd9
  12. https://scotch.io/tutorials/javascript-promises-for-dummies
  13. http://ivanjov.com/do-you-promise/
  14. https://stackoverflow.com/questions/45041462/node-js-when-to-use-promises-vs-callbacks
  15. https://medium.com/javascript-scene/master-the-javascript-interview-what-is-a-promise-27fc71e77261
  16. https://medium.com/@benlesh/promise-cancellation-is-dead-long-live-promise-cancellation-c6601f1f5082
  17. https://stackoverflow.com/questions/42295368/use-promises-instead-of-callbacks
  18. https://github.com/domenic/promises-unwrapping/blob/master/docs/states-and-fates.md
  19. https://hackernoon.com/promises-are-not-proxies-fd00751eb980
  20. https://www.slideshare.net/domenicdenicola/callbacks-promises-and-coroutines-oh-my-the-evolution-of-asynchronicity-in-javascript
  21. http://wiki.commonjs.org/wiki/Promises/A
  22. https://promisesaplus.com/
  23. https://github.com/petkaantonov/bluebird/wiki/Promise-anti-patterns#the-deferred-anti-pattern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment