https://perspective-dev.github.io/
📊 Perspective 5: Interactive Analytics and Data Vis Component — Originally built by JP Morgan, a WASM-powered data visualization component suited to large and/or real-time streaming datasets. 5.0/5.1 just dropped with numerous fixes, wasm64 builds, and window columns.
16 days ago
https://nextjs.org/blog/next-16-3
Next.js 16.3 Released — The newly expanded Next.js team (now including Dan Abramov and 𝕏 Pete Hunt!) has dropped the latest version of the popular React framework, complete with faster builds, optional TypeScript 7 type checking, faster SSR, Instant Navigations, AI improvements, and more.
16 days ago
https://zserge.com/posts/worst-htmx-ever/
Let's Make the Worst htmx Ever — After making the 'worst' React and Vue.js implementations, Serge tackles rebuilding the essence of htmx from scratch. A fun way to understand what htmx actually does under the hood.
16 days ago
https://evilmartians.com/chronicles/the-secure-way-to-release-an-npm-package
The Secure Way to Release an npm Package in 2026 — A practical guide to publishing npm packages more safely, written by the author of numerous popular packages (e.g. postcss). As well as showing how to use staged publishing and trusted publishing, he explains why they help.
#javascript
#performance & scale
#dx
#developer community
#open source
16 days ago
https://denodell.com/blog/your-spa-is-leaking-memory-soak-test-it
Your SPA is Leaking Memory: 'Soak Test' It — How to run a Playwright 'soak test' that loops a user flow within the same browser context, watches DOM node and listener counts, and fails CI when a memory leak creeps in.
16 days ago
https://blog.gaborkoos.com/posts/2026-08-03-Your-JSON-Is-Lying-to-You/
Your JSON is Lying to You — A reminder that a JSON.parse/JSON.stringify round-trip is far from lossless, with big integers, undefined, Date, and more, altered or lost along the way. Gabor covers the nastier gotchas and practical ways to make the conversion boundaries explicit.
16 days ago
https://jobs.fidelity.com/en/technology-careers/
Don’t Just Code—Grow as a Technologist — Explore new technology, sharpen your existing skills and build new ones when you work in tech at Fidelity.
16 days ago
https://blog.cloudflare.com/cdnjs-dev-platform-migration/
cdnjs at 9 Billion Requests a Day: A Migration Story — cdnjs is a popular, free CDN for loading JavaScript libraries without bundling or self-hosting (which LLMs really seem to like). Cloudflare explains how it now runs entirely on Workers and R2.
16 days ago
https://healeycodes.com/adding-defer-to-the-typescript-compiler
Adding Go's defer to the TypeScript Compiler — In Go, defer delays the execution of a function call until the surrounding function finishes. Can you just fork TypeScript and add language features? Yes! Should you? Probably not, as using is already a good fit for the use case.
16 days ago
https://tanstack.com/charts/latest
TanStack Charts: A New Chart Grammar Option — In the past few weeks, TanStack has been rapidly iterating on a new, framework-neutral way to declaratively specify a large number of chart-related visualizations in JavaScript. Output renders to SVG or canvas and can be styled as you wish. Here's a comparison against other established options.
16 days ago
https://agentfield.ai/github/pr-af/?utm_id=javascript-260804-pr-af
An Open Source PR Reviewer Just Ranked #2 of 42 on Code-Review-Bench — PR-AF outranks the commercial tools. Verified findings only, ~10x cheaper, self-hosted. Drops into GitHub Actions.
16 days ago
https://github.com/AsyncBanana/microdiff
MicroDiff 1.6: Fast Object and Array Comparison Library — Given two objects or arrays, it returns the differences (think diff but for JS objects). This week's release adds support for Temporal types.
16 days ago
https://github.com/inokawa/virtua
Virtua: Virtual List and Grid Component for Multiple Frameworks — A fast and small virtual list/grid component for React, Vue, Solid, Svelte, and Angular. Here's a demo and a comparison table against other solutions.
16 days ago
https://master.dev/courses/frontend-architecture/
Frontend Architecture: Monoliths to Microfrontends — Maxi Ferreira walks through modular monoliths, monorepos, and microfrontends so you can pick the right structure for your codebase and know the real cost before you commit.
23 days ago