Array as queryKey
What happens here:
WIll this refetch on every re-render cuase
Object.keys craetes new reference every time, or is it going to look elements inside of an array so if something inside of an array changes only then it will re-trigger api call2 Replies
flat-fuchsia•3y ago
It's fine
eager-peachOP•3y ago
Thanks!