-
Hell - I can't find any documentation or example for this, other than the examples that I've seen which will refetch the whole list after a delete. Is there a way to just delete the one item out of the cache? |
Beta Was this translation helpful? Give feedback.
Answered by
TkDodo
Sep 26, 2021
Replies: 1 comment 2 replies
-
Iterate over the existing list and |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Iterate over the existing list and
filter
out the item that has been deleted