The new async/await is an immensely useful language feature that hides the complexity of asynchronous code and makes it look like it’s working in a synchronous way. The code example below does not look complicated at all, just a few awaits here and there…. Read more
Similar
Stay up to speed with the biggest JavaScript developments of 2019, and some predictions as to what 2020 will bring. (more…)
Read more »
This is a short post intended to show the many different ways on how to safely access deeply nested values in JavaScript. The following examples all do the same thing and while they may vary in… (more…)
Read more »
There is no faster (pun intended) way to slow down a site than to use a bunch of JavaScript. (more…)
Read more »
Bit-sync is a utility for synchronizing arbitrary data using the rsync algorithm in pure js - claytongulick/bit-sync... (more…)
Read more »
popmotion - The JavaScript motion engine. Create unique animations and interactions with tweens, physics and input tracking. (more…)
Read more »