Revalidate the data on the page for reasons outside of normal data mutations
like Window focus
or polling on an interval.
Note that page data is already revalidated automatically after actions.
If you find yourself using this for normal CRUD operations on your data in
response to user interactions, you're probably not taking advantage of the
other APIs like useFetcher, Form, useSubmit that do
this automatically.
Revalidate the data on the page for reasons outside of normal data mutations like
Windowfocus or polling on an interval.Note that page data is already revalidated automatically after actions. If you find yourself using this for normal CRUD operations on your data in response to user interactions, you're probably not taking advantage of the other APIs like useFetcher, Form, useSubmit that do this automatically.