Polling
Polling
Polling Overview
Polling gives you the ability to have a 'real-time' effect by causing a query to run at a specified interval. To enable polling for a query, pass a pollingInterval
to the useQuery
hook or action creator with an interval in milliseconds:
In an action creator without React Hooks:
Polling Without React Hooks
Polling Example
Last updated
Was this helpful?