Public list by ~javascriptweekly

Issue 798 - Shipping less JavaScript with Baseline

Announcing TanStack Table V9 | TanStack Blog

https://tanstack.com/blog/announcing-tanstack-table-v9

TanStack Table v9: A Faster, More Modular Foundation — The headless table library gets a tree-shakeable architecture, state moves to TanStack Store for fine-grained reactivity, and there are big memory wins for large datasets.

9 days ago

Cloud Application Hosting for Developers | Render

https://dashboard.render.com/register

Render Runs JavaScript, Front to Back — Link your repo and Render takes it from there. Wire up your Vite site to your Hono API to your BullMQ job to your distributed agent workflow, all on one platform. Loop in your agent with official Render /plugins for Codex and Claude Code. Start free and scale from there.

9 days ago

Introducing Kitesurf: The agent-first browser that runs in V8 isolates on Cloudflare Workers

https://blog.cloudflare.com/kitesurf/

Kitesurf: Cloudflare's Agent-First Browser in V8 Isolates — A browser engine that runs on Workers with one isolate per page. Aimed at agents rather than humans, it uses 3-7x less CPU and memory than Chromium, at the cost of being slower. You can try it out now in beta, and it'll be open sourced in due course.

9 days ago

How Baseline Can Help You Ship Less JavaScript — Smashing Magazine

https://www.smashingmagazine.com/2026/08/how-baseline-can-help-ship-less-javascript/

How Baseline Can Help You Ship Less JavaScript — A practical audit method for your dependencies. Groups them into clusters (Intl, HTTP, UI primitives, lodash), gives you questions to ask before deleting things, and works through a case where a swap can make your bundle bigger (Day.js → Temporal). A familiar theme developed into a rigorous, reusable audit.

#javascript #coding #techniques

9 days ago

Making More npm Packages Work with jsDelivr ESM mode

https://www.jsdelivr.com/blog/making-more-npm-packages-work-with-jsdelivr-esm/

Making More npm Packages Work with jsDelivr ESM Mode — jsDelivr is a popular CDN used to load npm packages into pages without a build step. This is a thorough, technical tour of what happens when converting packages to browser ESM (via its /+esm endpoint) and all the ways CommonJS finds to make that hard.

#product updates

9 days ago

Progressive Enhancement inside of JavaScript

https://remysharp.com/2026/08/05/progressive-enhancement-inside-of-javascript

Progressive Enhancement Inside of JavaScript — Working on a train, a patchy data connection got Remy to notice users can interact with a page before its JavaScript is ready, with a neat fix being to bind a handler early and replay the intent later.

9 days ago

celld — Durable Objects, self-hosted

https://celld.dev/

celld: Durable Objects on Your Own S3 Bucket — A self-hosted take on Cloudflare's Workers and Durable Objects from Deno. V8 plus SQLite and Litestream's LTX coordinate through an S3 bucket with no consensus layer. GitHub repo.

9 days ago

Migrating a Large Flow Monorepo to TypeScript

https://engineeringblog.yelp.com/2026/08/migrating-a-large-flow-monorepo-to-typescript.html

Migrating a Large Flow Monorepo to TypeScript — Over several years, Yelp moved 1.4 million lines off Flow, and this writeup is more useful as a guide to running any long migration than as a Flow story. It was a big win on its own terms, with type coverage up from 83% to 96%.

9 days ago

vlt 1.0 & Hosted Package Registries | vlt /vĹŤlt/

https://www.vlt.io/blog/1-0

vlt 1.0: An npm Alternative With CSS-Like Selectors — A drop-in npm alternative with a key draw being vlt query, which lets you use 60+ CSS-like selectors over your dependency graph (of which half are security related). vlt also offers hosted private package registries.

#announcement #registry #client

9 days ago

Try Tiger Cloud Free: $1,000 Credit | Tiger Data

https://www.tigerdata.com/go/trial

That API Call Takes 3 Seconds. It's Not the Network — It's the analytics query behind it. TimescaleDB extends Postgres so queries stay fast at scale. $1000 credit to start.

3 months ago