@joeflateau@tan_stack We found a nice way of doing this by writing a custom `onRemoveFromCache` function within the `meta` field of `useQuery` options. I wrote about it here: https://t.co/so0ZhVo5iV curious what you think of this approach @TkDodo !
@NathanBierema@evanyou I think this issue might be the most relevant. This is also the only issue blocking us from migrating from webpack to vite - we have a large legacy app (mixture of react + backbone) that has thousands of modules upon first load
https://t.co/MTpN35zcbF
@dan_abramov Are there ever valid use cases for deep comparison of dependency array items? (Or the hack to json.stringify) when is something like use-deep-compare-effect a good idea ?