| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @tanstack_react-virtual@3.13.25 source code.tar.gz | 2026-05-20 | 1.3 MB | |
| @tanstack_react-virtual@3.13.25 source code.zip | 2026-05-20 | 1.5 MB | |
| README.md | 2026-05-20 | 1.2 kB | |
| Totals: 3 Items | 2.8 MB | 0 | |
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