github TanStack/virtual @tanstack/react-virtual@3.13.25

Patch Changes

  • Replace the useReducer(() => ({}), {}) force-rerender pattern with an (#1168)
    incrementing number counter. Same semantics (every dispatch changes the
    reducer state, forcing a render); zero per-dispatch object allocation.
    Trivial individual cost, but eliminates one steady-state GC source on
    scroll-heavy apps.
  • Updated dependencies [99355ad, 99355ad, 99355ad, 99355ad, 99355ad, 99355ad, 99355ad]:
    • @tanstack/virtual-core@3.15.0

Don't miss a new virtual release

NewReleases is sending notifications on new releases.