OSS Feed: 2026-04-19

Here's the daily snapshot of what top-tier OSS engineers were up to across the React, TanStack, and Next.js ecosystem over the last 24 hours.

@acdlite

Andrew weighed in on a React core PR fixing a form status regression — a subtle but important bug around how useFormStatus reset behavior interacts with component state updates.

@gaearon

A quiet day for Dan.

@sebmarkbage

Seb joined Andrew on the same form status PR — a signal that this was a meaningful enough fix to get attention from both of React's core architects.

@tannerlinsley

Tanner was busy across the TanStack repos today — reviewing and merging a mix of docs, type fixes, and test improvements in TanStack Query, plus some work on the experimental TanStack AI project exploring AG-UI interop.

@leerob

A quiet day for Lee.

@timneutkens

Tim touched a Next.js internals PR relocating streamToUint8Array back into the node-web-streams helper module — the kind of low-key refactor that keeps the streaming pipeline tidy.

@bvaughn

A quiet day for Brian.

@t3dotgg

A quiet day for Theo.

@TkDodo

The busiest day on the board belongs to Dominik. He opened a new draft PR in TanStack Query adding a callback for retryOnMount, and reviewed a wide span of work — hydration fixes, AbortSignal propagation in infinite queries, an experimental lit-query package, an ESLint plugin type-flag cleanup, plus some layout and lint work over at Sentry.

@phryneas

Lenz landed a small docs fix in Apollo Client around the defaultOptions type-safety story.

@markerikson

A quiet day for Mark.

@kettanaito

Artem shipped a new FetchRequest utility in MSW's interceptors and kept pace with review work on AbortSignal timeout compliance tests, plus some JSON schema discussion in a separate repo.

Today's Highlight

The most interesting thread of the day was facebook/react#34075 — a form status reset bug that pulled in both Andrew Clark and Sebastian Markbage. When two of React's core architects converge on the same PR, it's usually worth reading: the fix touches how useFormStatus reconciles with component state updates, an area where React 19's form primitives still have a few sharp edges.

On the ecosystem side, Dominik (TkDodo) carried the day with a new draft for retryOnMount callbacks in TanStack Query and a broad review sweep — including the experimental lit-query package (#10501), which is worth keeping an eye on if you care about framework-agnostic data fetching.

And Artem's FetchRequest utility (mswjs/interceptors#773) is a small but practical improvement for anyone writing request interceptors on top of MSW.