Tag: javascript news

Etsy moved from React to Preact

January 28, 2022 By Mark Otto Off

Take the State of JavaScript 2022 Survey — Now several years in, the popular State of JavaScript survey returns for a joint 2021/22 run and, as ever, seeks to establish what libraries and frameworks developers are excited about. It’s not a perfect approach, but the…

NaNNaNNaNNaN Batman

January 21, 2022 By Mark Otto Off

⁉️ If the subject of this issue has got you confused, it’s a reference to the infamous Wat video of 2012 which we mention a couple of times in the issue today 🙂__Peter Cooper, your editor TypeScript Features to Avoid? — Remember Gary Bernardt’s Wat…

Parcel.js 2.2 and Eleventy 1.0

January 14, 2022 By Mark Otto Off

Retool Is the Fast Way to Build Internal Tools — Visually design apps that interface with any database or API. Switch to code nearly anywhere to customize how your apps look and work. With Retool, you ship more apps and move your business forward—all in…

The rising stars of JS in 2021

January 7, 2022 By Mark Otto Off

2021’s JavaScript Rising Stars — Back for the 6th year running is this popular look at JavaScript projects that have continued to be popular on GitHub. Stars aren’t the only way to determine what projects are good, but it’s one way, and we tend to…

The JavaScript 2021 megamix

December 24, 2021 By Mark Otto Off

The Best of JavaScript Weekly in 2021 This is the last issue of the year (we’re back on January 7, 2022) so we’re taking a look back at some of the most popular items of 2021, starting with top links overall before moving on to top…

Array.prototype.groupBy

December 17, 2021 By Mark Otto Off

Deep-Copying in JavaScript Using structuredClone — Ever had to resort to workarounds and libraries to create a deep copy of a value? structuredClone() to the rescue as a built-in function for deep-copying. Surma shows it off in this post, but note that support is currently…

Cutting down on JavaScript

December 10, 2021 By Mark Otto Off

▶  A Coding Interview with Dan Abramov — Dan Abramov, best known for his fantastic Overreacted blog and co-creating Redux, bravely subjects himself to a ‘coding interview’ with Ben Awad. They cover a mixture of JavaScript and frontend topics, including.. centering a div! Ben Awad and Dan…

Happy 26th birthday to JavaScript

December 3, 2021 By Mark Otto Off

asciinema-player, Now 4x Smaller and 50x Faster with JS and Rust — asciinema is a Python-based terminal screen recorder (think Camtasia but for text!) but to play its recordings on the Web asciinema-player is used. Originally written in ClojureScript, a mixed JS + Rust build…

Remixing a new way to build full-stack JavaScript apps

November 26, 2021 By Mark Otto Off

Vercel, Creator of Next.js, Raises $150M — There’s a lot of money in developer tooling lately, it seems, including for the stewards of the Next.js project which gains a fresh competitor, of sorts, this week in the shape of Remix (above). Vercel IN BRIEF: RELEASES:…

Etsy’s journey to TypeScript

November 19, 2021 By Mark Otto Off

Etsy’s Journey to TypeScript — These sorts of stories always seem to be popular as teams weigh up the best way to progress. Etsy had a lot of JavaScript code but felt some of the problems they were encountering could be solved by TypeScript. This…