RepoJournal
Meta

Meta

React, React Native, and Jest - the open source under what Meta ships

Keep up with Meta in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript AI / ML Full archive →

The Wire · Showcase

React Flight strings get deduped

By RepoJournal · Filed · About Meta

React's server compiler just killed a silent payload bloat that's been fattening every client reference in the framework.

Dan Abramov's PR to React's Flight compiler [1] adds a dedupe map for strings in import metadata, ending the double-encoding that has been repeating the same bundler chunk URLs across every client reference, a problem called out in vercel/next.js#95559. The fix is a direct response to a real production pain point: large strings (>= 1024 chars) get outlined into binary text rows and never deduplicated, bloating every response. This is the kind of optimization that quietly shaves payloads on every request without changing any API. Separately, the team fixed sizebot [2], which had gone silent after its personal access token was revoked, leaving PR size comparisons missing. The rebuild uses the short-lived GITHUB_TOKEN minted per Actions run, so the bot should post again reliably. Take both changes: they land on the same memory and CI health. Flight's dedupe is the keeper for anyone shipping server components. The sizebot fix is a straight maintenance win.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] [Flight] Outline and dedupe repeated strings ↗ facebook/react
  2. [2] [ci] Rebuild sizebot on the GitHub Actions token ↗ facebook/react

Quick answers

What shipped in Meta on August 24, 2026?
React's server compiler just killed a silent payload bloat that's been fattening every client reference in the framework. In total, 2 commits and 2 pull requests landed.
Who contributed to Meta on August 24, 2026?
2 developers shipped this update, including gaearon and eps1lon.
What were the notable Meta updates?
[Flight] Outline and dedupe repeated strings and [ci] Rebuild sizebot on the GitHub Actions token.

More from Meta

Daily updates, in your inbox

Follow Meta

Keep up with Meta in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?