Visualizing algorithms
#684 — April 18, 2024Read on the WebJavaScript WeeklyQuill 2.0: A Powerful Rich Text Editor for the Web— A major release and significant modernization for the open source WYSIWYG editor. In Announcing...
View ArticleJSR isn't another tool, it's a fundamental shift
#685 — April 25, 2024Read on the WebJavaScript WeeklyJSR is Not Another Package Manager— When Ryan created Node, JavaScript had no packages or standard module system. npm and CommonJS took off, and...
View ArticleSvelte 5 is almost here
#686 — May 2, 2024Read on the WebJavaScript WeeklyReact 19 Now in Beta— While designed to get library developers prepared for the eventual React 19 release, this is nonetheless a huge step, with full...
View ArticleGulp is back - did it ever leave?
#687 — May 9, 2024Read on the WebJavaScript WeeklyDevelopment Notes from xkcd's 'Machine'— I bet many of you are fans of xkcd! For this year’s April Fools’ joke, they published ‘Machine’, a giant Rube...
View ArticleRemix + React Router == React Router?
#688 — May 16, 2024Read on the WebJavaScript Weekly📄 How to Document Your JavaScript Package— You’ve written some useful code, you want to distribute it.. what next? Useful docs! The Deno team...
View ArticleSolidJS is off to a solid start
#689 — May 23, 2024Read on the WebJavaScript WeeklyCreating Realistic Handwriting with p5.js— Amy wanted to programatically bring her (cursive) handwriting into some diagrams she was making and...
View ArticleA variety of JS hacks and creative coding
#690 — May 30, 2024Read on the WebJavaScript WeeklyHow 1Password Used esbuild to Cut Browser Extension Build Times— 1Password is a popular password management tool that relies upon a browser extension...
View ArticleThe appealing simplicity of htmx
#691 — June 6, 2024Read on the WebJavaScript WeeklyPromises from the Ground Up— Josh notes that in order to truly understand promises, a fundamental part of modern JS development, we need “a...
View ArticleThe biggest TypeScript release in years?
#692 — June 13, 2024Read on the Web📝 I've recently encountered readers who've been surprised to learn this isn't our only JavaScript newsletter. We have Node Weekly and React Status too – check them...
View ArticleThe results are in
#693 — June 20, 2024Read on the WebJavaScript WeeklyThe Results of the State of JavaScript 2023 Survey— It feels odd including something about 2023 in June 2024, but the results of the major annual...
View ArticleSay hi to ECMAScript 2024
#694 — June 27, 2024Read on the WebJavaScript WeeklyA Look at JavaScript's New Set Methods— Finding the intersection, union, and difference between sets, among other set-related tasks, is now a piece...
View ArticleBreaking a promise
#695 — July 4, 2024Read on the WebJavaScript WeeklyHow to Annul Promises in JavaScript— You can 'cancel' XHR and fetch requests, but can you cancel regular promises? Currently, no, but Zachary looks...
View ArticleDo the (ESLint) Evolution
#696 — July 11, 2024Read on the WebJavaScript Weeklyes-toolkit: A Modern JavaScript Utility Library— Think Lodash but newer, faster, smaller, and with tree shaking and built-in TypeScript support. The...
View ArticleExploring JavaScript (ES2024 Edition)
#697 — July 18, 2024Read on the WebJavaScript WeeklyExploring JS: JavaScript Books for Programmers— You’ll know Dr. Axel from his fantastic blog posts over the years, or his once tenure as JavaScript...
View ArticleWhat's new for us in ECMAScript 2024
#698 — July 25, 2024Read on the WebJavaScript WeeklyAstro 4.12: Say Hello to Server Islands— The flexible Astro framework for building modern content-based sites continues to go from strength to...
View ArticleHow Googlebot sees your JavaScript
#699 — August 1, 2024Read on the Web🏖️ Hi! Just a quick note to say that we're taking next week off for a brief summer break. We'll be back with our next issue on August 15.__Peter Cooper, your...
View ArticleThe npm tea party
#700 — August 15, 2024Read on the Web👋 Wow, issue 700! We're back after a week away. Technically I'm still on vacation, but I didn't want to leave you in the lurch for too long.. ;-)__Peter Cooper,...
View ArticleA regular expression refresher
#701 — August 22, 2024Read on the WebJavaScript WeeklyRegexes Got Good: The History (and Future) of Regular Expressions in JavaScript— Regular expression support was always a little underwhelming in...
View ArticleJavaScript's Rust tool belt
#702 — August 29, 2024Read on the WebJavaScript WeeklyRspack 1.0: The Rust-Powered JavaScript Bundler— Far from being ‘yet another bundler’ with its own approach and terminology to learn, Rspack...
View ArticleReverse engineering minified JS with ChatGPT
#703 — September 5, 2024Read on the WebJavaScript WeeklyAn SSR Performance Showdown— Fastify’s Matteo Collina set out to find the current state of server-side rendering performance across today’s most...
View Article