星期三 03 下午 七月 30o 2025
TanStack DB enters beta with v0.1
#438 — July 30, 2025
Together with
⚛️ React Status
TanStack DB: The Embedded Client Database for TanStack Query — TanStack DB is an embedded client‑side database that uses differential dataflow to power live, relational queries, sub‑ms incremental updates, and seamless optimistic writes. This post does a good job of selling the idea, and the first beta version (v0.1) is available to experiment with now.
Kyle Mathews and Sam Willis
“TanStack DB is an extremely gratifying realization of the years-long vision I had for React Query from day 1.”
___
Tanner Linsley on X
Open-Source SDK for Finding Dead Code — Reaper by Emerge Tools (now Sentry) is an open-source SDK for iOS & Android that finds dead code in production using runtime analysis - helping teams clean up unused classes/types across app versions.
Sentry sponsor
The Useless useCallback
— A look at why useCallback
and useMemo
can feel like pointless busywork, how just one non‑memoized prop can undo your entire caching strategy, and why new tools like useEffectEvent
and React Compiler could put an end to the headaches.
Dominik Dorfmeister
IN BRIEF:
TypeScript 5.9 RC has been released, with the final release due later this week. Support for import defer
and the new --module node20
feature are amongst the highlights.
📊 The Stack Overflow 2025 Survey results are out and React is the #1 ‘most desired’ Web technology, though Svelte is more ‘admired’, whatever that all really means.
How Parcel Bundles React Server Components — Parcel added React Server Components support a few months ago but here’s a deeper look at how this support actually works, what directives like "use client"
actually do, etc.
Devon Govett
Precompiled React Native for iOS: Faster Builds Coming in 0.81 — Currently at RC3, the next React Native release introduces precompiled iOS builds promising up to 10x faster build times – here’s how it works.
Christian Falch and Brent Vatne (Expo)
Build a Multi-Tenant React App with Lovable — A faster way to implement multi-tenancy using Clerk’s built-in orgs, roles, and user switching.
Clerk sponsor
📄 Remix 3 and the End of React-Centric Architectures Alexander T. Williams (The New Stack)
📄 Instrumenting Next.js with Runtime Secret Injection Rohan Chaturvedi (Phase)
📄 Notes on Rewriting JSX as Astro Carlos Neves
🛠 Code, Tools & Libraries
Reanimated 4: The Future of React Native Animations — What if you took the best parts of CSS animations and transitions and brought them into the world of React Native for animating anything? It’s a big enough release it even has a ▶️ fancy 5 minute introduction video showing off its capabilities.
Krzysztof Magiera
Better Upload: Simple File Uploads for React — Upload files directly to any S3-compatible service with minimal setup. The quick start guide shows examples for Next.js, TanStack Start, Remix and Hono, but you can adapt it for any backend.
Nicholas Affonso
Rooks.js 8.4: Almost 100 Hooks for All Sorts of Things — An interesting grab bag of custom hooks covering a variety of areas from online status and resize detection to speech synthesis and keyboard input. Lots of examples (see the menu on the left).
Various Contributors
React Three Viverse: Build Three.js / React Three Fiber Apps for VIVERSE — VIVERSE is an open ‘virtual world’ platform being built by HTC. Here’s a tutorial on building a game with it. (GitHub repo.)
Poimandres
Tinybase 6.5 – Powerful reactive data store for local‑first apps.
TanStack Form 1.15 – Powerful, type-safe Web form state management.
IntentUI 3.3 – A suite of React components, built on top of React Aria.
Preact 10.27 – The 3KB React-compatible alternative.
BlockNote 0.35 – ‘Notion-style’ block-based editor.
React-three-fiber 9.3 – React renderer for Three.js.
Ink 6.1 – Use React to build CLI apps.
📰 Classifieds
📌 Deploy with PinMe: Host Your Front-End Without Servers. No sign-up. No cost.
🔍 Discover KeyLines - a scalable JavaScript graph visualization toolkit that turns complex data into actionable insights.
📢 Elsewhere in JavaScript
A roundup of some other interesting stories in the broader JavaScript landscape, in case you’ve missed them:
A fantastic rundown of the myriad of JavaScript runtimes and engines that have existed over the years.
es-toolkit is now a 100% compatible drop-in replacement for Lodash, and used by projects including Storybook, Recharts, and Ink.
▶️ Jack Herrington pits Zod vs Valibot in a ‘JS/TS validator battle’.
Hugging Face’s Transformers.js brings machine learning models right into your browser. v3.7 adds support for Voxtral (audio input and transcription), LFM2, and ModernBERT.
Vercel tells the story of how it built its new Fluid compute platform which essentially offers ‘serverless servers’.
Google has unveiled OSS Rebuild, an attempt to make open source ecosystems (like npm) more secure by allowing the comparison of packages with upstream artifacts.
Curated by Peter Cooper and Terence C. Gannon.
A Cooperpress publication.
#438 — July 30, 2025
Together with
⚛️ React Status
TanStack DB: The Embedded Client Database for TanStack Query — TanStack DB is an embedded client‑side database that uses differential dataflow to power live, relational queries, sub‑ms incremental updates, and seamless optimistic writes. This post does a good job of selling the idea, and the first beta version (v0.1) is available to experiment with now.
Kyle Mathews and Sam Willis
“TanStack DB is an extremely gratifying realization of the years-long vision I had for React Query from day 1.”
___
Tanner Linsley on X
Open-Source SDK for Finding Dead Code — Reaper by Emerge Tools (now Sentry) is an open-source SDK for iOS & Android that finds dead code in production using runtime analysis - helping teams clean up unused classes/types across app versions.
Sentry sponsor
The Useless useCallback
— A look at why useCallback
and useMemo
can feel like pointless busywork, how just one non‑memoized prop can undo your entire caching strategy, and why new tools like useEffectEvent
and React Compiler could put an end to the headaches.
Dominik Dorfmeister
IN BRIEF:
TypeScript 5.9 RC has been released, with the final release due later this week. Support for import defer
and the new --module node20
feature are amongst the highlights.
📊 The Stack Overflow 2025 Survey results are out and React is the #1 ‘most desired’ Web technology, though Svelte is more ‘admired’, whatever that all really means.
How Parcel Bundles React Server Components — Parcel added React Server Components support a few months ago but here’s a deeper look at how this support actually works, what directives like "use client"
actually do, etc.
Devon Govett
Precompiled React Native for iOS: Faster Builds Coming in 0.81 — Currently at RC3, the next React Native release introduces precompiled iOS builds promising up to 10x faster build times – here’s how it works.
Christian Falch and Brent Vatne (Expo)
Build a Multi-Tenant React App with Lovable — A faster way to implement multi-tenancy using Clerk’s built-in orgs, roles, and user switching.
Clerk sponsor
📄 Remix 3 and the End of React-Centric Architectures Alexander T. Williams (The New Stack)
📄 Instrumenting Next.js with Runtime Secret Injection Rohan Chaturvedi (Phase)
📄 Notes on Rewriting JSX as Astro Carlos Neves
🛠 Code, Tools & Libraries
Reanimated 4: The Future of React Native Animations — What if you took the best parts of CSS animations and transitions and brought them into the world of React Native for animating anything? It’s a big enough release it even has a ▶️ fancy 5 minute introduction video showing off its capabilities.
Krzysztof Magiera
Better Upload: Simple File Uploads for React — Upload files directly to any S3-compatible service with minimal setup. The quick start guide shows examples for Next.js, TanStack Start, Remix and Hono, but you can adapt it for any backend.
Nicholas Affonso
Rooks.js 8.4: Almost 100 Hooks for All Sorts of Things — An interesting grab bag of custom hooks covering a variety of areas from online status and resize detection to speech synthesis and keyboard input. Lots of examples (see the menu on the left).
Various Contributors
React Three Viverse: Build Three.js / React Three Fiber Apps for VIVERSE — VIVERSE is an open ‘virtual world’ platform being built by HTC. Here’s a tutorial on building a game with it. (GitHub repo.)
Poimandres
Tinybase 6.5 – Powerful reactive data store for local‑first apps.
TanStack Form 1.15 – Powerful, type-safe Web form state management.
IntentUI 3.3 – A suite of React components, built on top of React Aria.
Preact 10.27 – The 3KB React-compatible alternative.
BlockNote 0.35 – ‘Notion-style’ block-based editor.
React-three-fiber 9.3 – React renderer for Three.js.
Ink 6.1 – Use React to build CLI apps.
📰 Classifieds
📌 Deploy with PinMe: Host Your Front-End Without Servers. No sign-up. No cost.
🔍 Discover KeyLines - a scalable JavaScript graph visualization toolkit that turns complex data into actionable insights.
📢 Elsewhere in JavaScript
A roundup of some other interesting stories in the broader JavaScript landscape, in case you’ve missed them:
A fantastic rundown of the myriad of JavaScript runtimes and engines that have existed over the years.
es-toolkit is now a 100% compatible drop-in replacement for Lodash, and used by projects including Storybook, Recharts, and Ink.
▶️ Jack Herrington pits Zod vs Valibot in a ‘JS/TS validator battle’.
Hugging Face’s Transformers.js brings machine learning models right into your browser. v3.7 adds support for Voxtral (audio input and transcription), LFM2, and ModernBERT.
Vercel tells the story of how it built its new Fluid compute platform which essentially offers ‘serverless servers’.
Google has unveiled OSS Rebuild, an attempt to make open source ecosystems (like npm) more secure by allowing the comparison of packages with upstream artifacts.
Curated by Peter Cooper and Terence C. Gannon.
A Cooperpress publication.
发布者