OSS Feed: 2026-04-01

@TkDodo — Dominik Dorfmeister

The most active engineer today, with major work across TanStack Query and Sentry.

PRs Opened:

Code Reviews & Comments:


@gaearon — Dan Abramov

Comments:


@sebmarkbage — Sebastian Markbåge

Comments:


@acdlite — Andrew Clark

Comments:


@phryneas — Lenz Weber-Tronic

Comments:


@tannerlinsley — Tanner Linsley

Comments:


@kettanaito — Artem Zakharchenko

Comments:


@bvaughn — Brian Vaughn

Comments:


@timneutkens — Tim Neutkens

Comments:


@leerob — Lee Robinson

Comments:


@t3dotgg — Theo Browne

A quiet day. 🌙


@markerikson — Mark Erikson

A quiet day. 🌙


Today's Highlight

🔥 TkDodo's React.use migration in TanStack Query — The PR switching from throwing promises to React.use is the standout activity today. This represents a fundamental shift in how TanStack Query handles suspense, moving away from the "throw a promise" hack that React Suspense originally relied on, toward the official React.use API. This change signals that the React ecosystem is maturing past its early Suspense patterns and embracing the stable APIs. Keep an eye on this one — it will affect every TanStack Query user running suspense mode.

Also noteworthy: the ViewTransition iOS Safari crash (#35336) drew attention from both Dan Abramov and Sebastian Markbåge, suggesting React's new View Transitions feature has a critical platform compatibility issue that needs resolution before wider adoption.