FrontEnd Development
28.4K subscribers
144 photos
1 video
8.37K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Why and How to Deal with Unhandled Promise Rejections
If you use Node 6.6+ you may have seen “Unhandled promise rejections are deprecated” cropping up. What does it mean and why does it matter? - https://goo.gl/D0a0Ok

#nodejs #promise
Learn Promises by Building Your Own

Learning by building in action in this step-by-step tutorial to help you understand how Promises work. - https://goo.gl/6wcKm7

#javascript #promise
Using Promise.prototype.finally in Node

Promise.prototype.finally() will be arriving in ECMAScript (and therefore Node) soon - what can we use it for, and how could we implement a polyfill for the time being? - https://goo.gl/eE9vzk

#nodejs #promise
Faster Async Functions and Promises for V8

A substantial and easy-to-follow exploration of how async functions and promises in V8 have been optimized and how the debugging experience for async code has been improved. - http://bit.ly/2DGcGaS

#v8 #async #promise