Package managers, the new todo app?

#​680 — March 21, 2024 Read on the Web JavaScript Weekly Runtime Compatibility Across JavaScript Runtimes — Several developers have come together to build this convenient way to visualize the compatibility of different Web APIs and JavaScript features across the ever increasing number of different runtimes (e.g. Bun, Deno, Node, LLRT..) Tom Lienard et al. …

Choosing the Right Node.js Package Manager in 2024: A Comparative Guide

The year 2024 marks a crucial juncture in the Node.js ecosystem, where developers face different choices when it comes to selecting the right package manager for their projects. npm, Yarn, and pnpm stand out as the frontrunners, as they are the most widely used in the Node.js ecosystem. Each package offers unique features and capabilities …

TC39 adds a new stage for ECMAScript proposals

#​675 — February 15, 2024 Read on the Web JavaScript Weekly Tempo: An Easier Way to Work with Dates — We think they nailed their own summary: “A collection of utilities for working with the native Date object — an important distinction from other libraries that provide custom date primitives. Under the hood, Tempo mines …

Gorillas

#​674 — February 8, 2024 Read on the Web JavaScript Weekly jQuery 4.0.0 Beta — I recently looked at issue #1 of JavaScript Weekly and the top two items were jQuery, so it’s nice to feature it 🙂 You might not be using jQuery, but it’s still everywhere, including WordPress. v4 says goodbye to IE …

A Qwik break from React?

#​673 — February 1, 2024 Read on the Web JavaScript Weekly Cytoscape.js: Graph/Network Visualization and Analysis Library — Handy if you need to model and/or visualize relational data, like biological data or social networks. There are many demos to enjoy here. GitHub repo. Max Franz Announcing TypeScript 5.4 Beta — TypeScript gains Object.groupBy and Map.groupBy, a …