TanStack DB: No More Broken APIs

A fresh database framework with thoughtful developer experience, forms + JSON Schema, Open API 3.2.0 in .net, and more!

TanStack DB: No More Broken APIs

TanStack DB will be a boon for REST APIs - even though it's a frontend library.

Just as React's UI patterns led to GraphQL, complex UI requirements drive developers to create bespoke REST endpoints. TanStack DB changes this: components query, join, and filter a local DB instead of making network requests. The DB handles data population and state updates to your data source over your favourite protocol. This setup allows the frontend to query data exactly as needed, while keeping your REST API clean and decoupled.

TanStack DB pairs naturally with sync engines, but its get and mutation structure works equally well with REST APIs

-- Alexander

The fastest way to build production-ready MCP servers

Gram by Speakeasy: turn your API platform into an AI platform. Create tools from OpenAPI, curate into custom toolsets, and deploy hosted MCP servers

Get started today

The API Roundup

API News, links, and tools from around the web

Build Forms with JSON Schema

Building a form that calls a REST API? Now you can use the JSON Schema from the API Spec to make forms. React JSON Schema Form provides a simple React component for building your forms: customisable, advanced validation, UI styling and more. Now you have even more use for your API Spec.

Mastering URLPattern for Cross-Platform Routing

A native routing primitive has finally arrived in JavaScript, supported in both browsers and Node. With this new API, you get a framework-free router that can handle route matching with strict validation, named groups, and more. This blog covers all the background and how to use it in a Service Worker or Node.

Enterprise Ready REST API Microservice in Golang

We all know that a REST API is the best API. Now there is a production-ready REST API template in GO. This killer template is packed with everything from health checks, logins, OWASP compliance, authentication, Docker readiness, and OpenAPI 3 specification—honestly, an incredible template.

Strongly Typed Web API Integration Tests

Tim Deschryver guides us through using Kiota, an OpenAPI client generator, to create strongly typed API clients for testing purposes. No need to handcraft your HTTP requests and pray you got the route right; instead, you get auto-complete method calls that match your API spec.

OpenAPI.Net Now Supports OpenAPI 3.2.0

The OpenAPI.Net package received a major release this week, being upgraded to support OpenAPI 3.2.0. This release is a breaking change; please review the migration guide before updating.


APIs You Won't Hate

Articles written and shared in our free Slack community.

JSON Streaming in OpenAPI 3.2.0
Learn how OpenAPI v3.2 helps describe JSON Streaming, and in the process find out more about what the heck JSON streaming even is.


From our Community

Articles written and shared in our free Slack community.

Phil Heads to API Days Amsterdam

Phil biked all the way to Amsterdam for API Days at the start of November. AI appears to be dominating the content of talks these days. Phil will soon be writing some blogs about his experience at the conference.

Support APIs You Won't Hate

When you become an member, you'll get access to members-only content while directly supporting our work. Your support helps us to keep making resources for the API community.

Become a member today

Thanks so much to our members: Kin L, Juxt, Alex R, Nolan S, Frank, Bill, James D, Rich, Ryan T, Umair, Abdelhadi, and Brandon. Your support means the world to us!

✌️ Until next time,

Alexander, Phil & Mike