The ResultList headless controller offers a high-level interface for designing a common result list UI controller.
ResultList
Example: result-list.fn.tsx
Using the same parameters as the last successful query, fetch another batch of results, if available. Particularly useful for infinite scrolling, for example.
This method is not compatible with the Pager controller.
Pager
Adds a callback that's invoked on state change.
A callback that's invoked on state change.
A function to remove the listener.
The state of the ResultList controller.
The
ResultList
headless controller offers a high-level interface for designing a common result list UI controller.Example: result-list.fn.tsx