react/packages/react-client
Ruslan Lesiutin b9ec735de2
[Perf Tracks]: Clear potentially large measures (#34803)
Fixes https://github.com/facebook/react/issues/34770.

We need to clear measures at some point, otherwise all these copies of
props that we end up recording will allocate too much memory in
Chromium. This adds `performance.clearMeasures(...)` calls to such cases
in DEV.

Validated that entries are still shown on Performance panel timeline.
2025-10-13 17:42:13 -04:00
..
npm Don't minify symbols in production builds (#28881) 2024-04-20 11:23:46 -04:00
src [Perf Tracks]: Clear potentially large measures (#34803) 2025-10-13 17:42:13 -04:00
flight.js Remove Flight Relay DOM/Native (#26828) 2023-05-17 20:33:25 -04:00
package.json Remove loose-envify dep and browserify configs (#28480) 2024-03-01 20:49:51 +00:00
README.md Add Relay Flight Build (#18242) 2020-03-07 11:23:30 -08:00

react-client

This is an experimental package for consuming custom React streaming models.

Its API is not as stable as that of React, React Native, or React DOM, and does not follow the common versioning scheme.

Use it at your own risk.