How to Invalidate Queries After a Mutation with Effect Rx
I'm currently using react query to make requests to an effect api, so Effect Rx is starting to look really interesting, especially after seeing the recent content on youtube (including the Warehouse #8) video. However, one question I have is how to support invalidating queries similar to react query after a mutation? I see
Rx.refresh
Rx.refresh
but none of the content/examples seems to touch on this piece. To me this is the missing step in the pattern in order to migrate off react query