web / lib/constants/empty
lib/constants/empty
Stable empty array reference to prevent unnecessary React re-renders.
Use instead of inline [] in default values, fallback expressions, and
props where referential equality matters (e.g., data ?? EMPTY_ARRAY).
Typed as never[] so it’s assignable to any T[].
The array is frozen at runtime to prevent accidental mutation.
Variables
EMPTY_ARRAY
constEMPTY_ARRAY:never[]
Last updated on