#690 — May 30, 2024 Read on the Web JavaScript Weekly How 1Password Used esbuild to Cut Browser Extension Build Times — 1Password is a popular password management tool that relies upon a browser extension to fill out passwords on the Web. At over a minute for a single build, things were starting to drag …
Read More “A variety of JS hacks and creative coding”
#689 — May 23, 2024 Read on the Web JavaScript Weekly Creating Realistic Handwriting with p5.js — Amy wanted to programatically bring her (cursive) handwriting into some diagrams she was making and figured out how to make it happen with p5.js. Here’s how. Amy Goodchild SolidStart 1.0: The Shape of Frameworks to Come? — SolidJS is …
Read More “SolidJS is off to a solid start”
Flatlogic was founded in 2013 with a clear vision: to simplify the process of web and mobile application development. Initially, they focused on creating and selling web templates, particularly those using popular frameworks like React, Angular, and Bootstrap. Their templates were designed to help developers quickly build admin dashboards and other essential components of web …
Read More “Flatlogic’s New Direction: AI-Powered Business Software Over Web Templates”
#688 — May 16, 2024 Read on the Web JavaScript 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 demonstrates the value of JSDoc and writing documentation alongside your usual source code. The Deno Team Digging Into the Promise.withResolvers() …
Read More “Remix + React Router == React Router?”
#687 — May 9, 2024 Read on the Web JavaScript Weekly Development 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 Goldberg machine of sorts (explained here). With a lot of TypeScript up front and Haskell in the …
Read More “Gulp is back – did it ever leave?”
We are thrilled to announce the release of a new feature in N|Solid that includes sample heap profiling and heap objects observability for main processes and worker threads. N|Solid is known for its Node.js performance and security observability and diagnostic tools and best-in-class low overhead has completed a new innovation to hunt memory leaks in …
Read More “Solving Memory Leaks in Node.js has Never Been Easier, Introducing the Latest Version of N|Solid”
#686 — May 2, 2024 Read on the Web JavaScript Weekly React 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 support for Custom Elements (Custom Element support has long been a thorn in React’s side), all the …
Read More “Svelte 5 is almost here”
#685 — April 25, 2024 Read on the Web JavaScript Weekly JSR is Not Another Package Manager — When Ryan created Node, JavaScript had no packages or standard module system. npm and CommonJS took off, and tools like Yarn or pnpm extended npm in certain areas, but in today’s ES modules era, it’s time for …
Read More “JSR isn’t another tool, it’s a fundamental shift”
#684 — April 18, 2024 Read on the Web JavaScript Weekly Quill 2.0: A Powerful Rich Text Editor for the Web — A major release and significant modernization for the open source WYSIWYG editor. In Announcing Quill 2.0, we learn about Quill’s transition to TypeScript and improved use of modern browser features, but there’s more …
Read More “Visualizing algorithms”
#683 — April 11, 2024 Read on the Web JavaScript Weekly Frontend Development Beyond React: Svelte — A surprisingly thorough article going deep into one developer’s research into using Svelte to build modern front-end apps. If you’ve never experimented with Svelte, this is a good primer to the key concepts, tradeoffs, and techniques involved. Héla Ben …
Read More “An easy way to experiment with signals”