OSS Feed: 2026-03-27
@acdlite
Andrew Clark was active in two discussions:
- Commented on "Should not already be working" in Firefox after a breakpoint/alert — a long-standing React issue about Firefox debugging interference
- Commented on Server requests and latency increased after upgrading from Next.js 15 to 16 — helping investigate performance regression reports in Next.js 16
@gaearon
Dan Abramov had a productive day engaging across multiple React repos:
- Commented on createPortal: support option to stop propagation of events in React tree — a highly requested feature for portal event isolation
- Commented on "Should not already be working" in Firefox after a breakpoint/alert — collaborating with acdlite on the Firefox debugging issue
- Commented on Hoist __DEV__'s process.env use out of hot code — an old fbjs PR about dev-mode performance optimization
@sebmarkbage
Sebastian Markbåge joined the portal event propagation discussion:
- Commented on createPortal: support option to stop propagation of events in React tree — providing architectural perspective on how portals should handle event bubbling
@tannerlinsley
Tanner Linsley reviewed a community contribution:
- Commented on fix: reduce CLS on home page — a merged PR fixing Cumulative Layout Shift on the TanStack homepage
@leerob
Lee Robinson engaged with the service worker ecosystem:
- Commented on [Feature request]:
next dev --turbosupport — discussing Turbopack compatibility for the Serwist PWA library
@timneutkens
Tim Neutkens worked on Next.js maintenance:
- Commented on With a
standaloneoutput, build inside Turborepo monorepo generates a deep path toserver.js— addressing path resolution issues in monorepo standalone builds - Commented on chore(build): replace deprecated critters package with beasties in post-process — reviewing a build dependency update from critters to beasties for CSS inlining
@bvaughn
A quiet day for Brian Vaughn. 🌿
@t3dotgg
Theo Browne opened a PR on claude-code:
- Opened PR Remove "retro-futuristic" recommendation from Frontend Design Skill — cleaning up AI coding assistant skill prompts by removing an oddly specific design recommendation
@TkDodo
Dominik Dorfmeister had a busy day reviewing at Sentry and maintaining TanStack Query:
- Reviewed ref(settings): convert ProjectFiltersSettings from class to function component
- Reviewed ref(settings): migrate code path mapping form to new form system
- Reviewed feat(button): Busy spinner with absolute position
- Reviewed feat(features): Register organizations:page-frame feature flag
- Reviewed ref(settings): convert OwnerInput from class to function component
- Commented on @types/node types leak into browser/client projects in version
5.91.0— addressing a TypeScript type leaking issue in TanStack Query
@phryneas
Lenz Weber-Tronic worked on Apollo Client:
- Commented on client-integration-react-router — Expose Apollo Client instance in loader handler — reviewing React Router integration improvements
- Commented on fix(masking): preserve referential equality of masked data on refetch — a bot-assisted PR fixing data masking referential equality
@markerikson
Mark Erikson helped with Redux Toolkit migration:
- Commented on Problem when updating from 1.9 to 2.0 — guiding users through the RTK 2.0 migration path
@kettanaito
Artem Zakharchenko was active across MSW and testing tooling:
- Commented on feat: implement msw plugin — collaborating on an MSW plugin for the OpenAPI TypeScript code generator
- Commented on docs: fix typo in README about querying syntax — reviewing a docs fix for MSW Data
- Commented on
ExpectationResultof a custom asymmetric matcher is ignored — investigating a Vitest matcher behavior bug
Today's Highlight
The most interesting thread today was the renewed discussion on createPortal event propagation, with both Dan Abramov and Sebastian Markbåge weighing in. This issue (opened back in 2017!) asks for a way to stop React synthetic events from bubbling through portals in the React tree — a pain point for modal/dropdown implementations. Having two React core team members active on it suggests this might finally be getting attention.
Also notable: Theo Browne submitting a PR to claude-code to remove a "retro-futuristic" design recommendation from AI coding skills — a fun meta-moment of developers shaping how AI tools approach frontend design.
