Likes building things. Founder/CPO @electricsql. Founder @ Gatsby
Kyle Mathews
Loading...
🚀 TanStack DB 0.5 is here with Query-Driven Sync
Your component's query IS the API call. No custom endpoints. No GraphQL resolvers. Just write your query and DB figures out exactly what to fetch.
Details 🧵👇
Introducing Electric Agents!
Agents are not compute. Agents are data. Multi-agent is a sync problem. Electric Agents is the first agent platform built on sync.
Use it to build scalable, collaborative, long-lived multi-agent systems: 🧵👇
Video
Full lineup and schedule for @syncconf.bsky.social in SF on Nov 12. Link in the 🧵 below 👇
TanStack
ElectricSQL
Sync Conf
Blog post tanstack.com/blog/tanstac...
We just posted an ambitious new RFC for TanStack DB!
"On-Demand Collection Loading via loadSubset"
github.com/TanStack/db/...
This has been an incredibly fun project to work on! And hats off to @samwillis.uk and Kevin De Porre who have done some real wizardry here.
Queries can now be compiled into almost any sort of data loading scheme you can imagine w/ tons of built-in optimizations.
You don't need a new API for every component. With 0.5, the component's query is the API call. tsx // Your component's query... const { data: projectTodos } = useLiveQuery((q) = q .from({ todos }) .jo...
🚀 TanStack DB 0.5 is here with Query-Driven Sync
Your component's query IS the API call. No custom endpoints. No GraphQL resolvers. Just write your query and DB figures out exactly what to fetch.
Details 🧵👇
Today we're open-sourcing Durable Streams: a persistent stream primitive and HTTP protocol for reliable, resumable, real-time data streaming to clients.
We built it inside Electric. Now we're standardizing it as a standalone protocol.
Two women on the Rokin in Amsterdam by George Hendrik Breitner, born OTD 1857. Plus ça change. Love it.
There's some really interesting work afoot with Durable computing durable streams, & loved seeing @kyle.bricolage.io immediately double down with my long ask, durable promises (downthread).
Representing the system as data, more than implicit compute, manifests the virtual.
bsky.app/profile/elec...
TanStack
2/2 Rainy day on the Rokin in Amsterdam, by George Hendrik Breitner. Today is his 168th birthday.
ElectricSQL
github.com
Summary TanStack DB collections currently perform full dataset synchronization before becoming ready, limiting their ability to scale to large datasets. This RFC introduces on-demand subset loading...