A curated list of 10 fresh articles from the JavaScript world: React and Angular to TypeScript and ReasonML. (more…)
Read more »
The latest release of Google's V8 JavaScript engine, V8 8.0, uses pointer compression to reduce heap size by 40% and with no performance hit. Additionally, it adds support for optional chaining using the ?. operator and for nullish coalescence using ??. V... (more…)
Read more »
In JavaScript, exp() is a function that is used to return e raised to the power of number (which is enumber). Because the exp() function is a static function of the Math object, it must be invoked through the placeholder object called Math.
(more…)
Read more »
nautilus.js - Async CSS/JavaScript loader & dependency manager in ~1kb (600B gziped)... (more…)
Read more »
Divya and Jerod welcome ZEIT founder Guillermo Rauch to the show for a deep discussion on the state of JAMstack, what’s new & exciting with Next.js, and some big picture analysis of where the industry is heading. (more…)
Read more »