useSmartPolling – Visibility-Aware Data Polling Hook for React
Overview
Polls an async function on an interval. Pauses when the tab is hidden, resumes when visible, and skips re-renders when data hasn’t changed (shallow JSON comparison). Prevents overlapping fetches.
The initial fetch always fires immediately, regardless of the enabled flag.