Must Read
What is "This" in JavaScript?
What does the keyword "this" in JavaScript mean? This article will discuss the meaning of the "context" and "this" keyword.
Learn
Announcing Yarn 1.0
The Yarn JavaScript package manager is now used by 175,000 projects on GitHub and responsible for 3 billion package downloads per month.
Nrwl Nx — An open source toolkit for enterprise Angular applications.
Nx is designed to help you create and build enterprise grade Angular applications. It provides an opinionated approach to application project structure and patterns.
Tools & Code
Posterus: Composable Async Primitives ('Futures') with True Cancelation
Learn more about Posterus: a composable async primitives (futures) with true cancelation, control over scheduling, and coroutines.
ProseMirror 1.0: A Toolkit for Building Rich Text Editors
ProseMirror, which lets you bridge the gap between Markdown-style text editing and classical WYSIWYG editors, has reached a key milestone.
billboard.js: A Simple Chart Library Based on D3 V4
A code for billboard.js, a re-usable, easy interface JavaScript chart library based on D3 v4+ that can be used to build a simple chart library.
Taucharts One: A Mature Charting Library with a Simple API
Taucharts One is a charting library that looks fresh and has a simple API, and offers high performance. The latest stable release (v.1.2.2) can be downloaded via npm. Read this post and see what this new release comes with.
JavaScript's Promise Leaks Memory
The current JavaScript Promise implementation has this leak is a big problem, because tail-recursive calls are the cornerstone of functional programming.