Introduction
Refetching and polling help keep your data fresh by asking the server for updates regularly or on demand.
You want to update a list of messages in a chat app automatically.
You need to refresh stock prices every few seconds.
You want to reload user profile data after a user makes changes.
You want to keep a dashboard showing live data up to date.