This article is in a series of code review articles that take a deep look at a popular module and discuss its merits, flaws, and overall fitness for a task. SummaryAxios is a solid, battle-tested, r… Read more
Similar
Spread operator and rest parameter are great additions. The article explains how they improve array literals, array destructuring and function arguments handling.
Read more »
serialize and de-serialize any JavaScript data. Latest version: 1.2.3, last published: a month ago. Start using serialize-anything in your project by running `npm i serialize-anything`. There are 2 other projects in the npm registry using serialize-anythi... (more…)
Read more »
JavaScript tree view / tree grid plugin with support for keyboard, inline editing, filtering, checkboxes, drag'n'drop, and lazy loading - mar10/fancytree... (more…)
Read more »
I didn't much care for vanilla JavaScript prior to ES6. Through all of the 2000s, I chased different approaches to avoid writing too much of it. First there was RJS (Ruby-to-JavaScript). Then there was CoffeeScript. Both transpiling approaches that turned... (more…)
Read more »