filtering, sorting and grouping + pagination
I want to be able to filter, group and sort tasks. Given tasks are ever expanding, there is also a need for pagination.
Are there any production examples of filtering, grouping and sorting + pagination? I am struggling to understand what shape the initial response should look like, how the cache should be constructed for each group, and how to refetch or load more just for a specific group. I haven't even gotten to optimistic updates as yet..
0 Replies