Background
Rapid scrolling can trigger duplicate page fetches. Throttle and guard against overlapping loads.
Files to modify (2-3)
src/hooks/useInfiniteScroll.ts
src/hooks/useLazyLoad.tsx
Acceptance Criteria
Implemented across the listed files
Unit/integration tests added or updated and passing
No regression; follows project coding standards
Background
Rapid scrolling can trigger duplicate page fetches. Throttle and guard against overlapping loads.
Files to modify (2-3)
src/hooks/useInfiniteScroll.ts
src/hooks/useLazyLoad.tsx
Acceptance Criteria
Implemented across the listed files
Unit/integration tests added or updated and passing
No regression; follows project coding standards