Experimental
not used with Suspense mode
Whether there are more items to fetch in the next page
Fetches the next page of items.
Calling this function will cause the component to re-suspend, unless the call site is wrapped in startTransition.
A promise that resolves when the operation is complete, regardless if it had any items to fetch.
Fetches the next page of items.
Calling this function will cause the component to re-suspend, unless the call site is wrapped in startTransition.
A promise that resolves when the operation is complete, regardless if it had any items to fetch.
Fetches the previous page of items.
Calling this function will cause the component to re-suspend, unless the call site is wrapped in startTransition.
A promise that resolves when the operation is complete, regardless if it had any items to fetch.
Fetches the previous page of items.
Calling this function will cause the component to re-suspend, unless the call site is wrapped in startTransition.
A promise that resolves when the operation is complete, regardless if it had any items to fetch.
A paginated read result that supports React Suspense.
This is an experimental type that can change at any time.