How to update the state of a paged query manually?
My items are fetched from multiple sources and combined into one sorted list in a RQ store, where each source is a group, so I need to update the cache manually at the sorted index. Should I just use
Example:
onSuccess to do this? how do I prevent the default append that RQ does on response?Example: