DEV Community

Discussion on: Normalize your React Query data with MobX State Tree

Collapse
 
rdewolff profile image
Rom • Edited

Thanks for the write up. Am wondering about the exact downside of disabling the structuralSharing param from React Query. For whoever might be interested in this, see [1].

For info, the queryCache has been deprecated [2]. QueryClient should now be used [3].

[1] react-query.tanstack.com/guides/im...

[2] react-query.tanstack.com/guides/mi...

[3] react-query.tanstack.com/guides/mi...

Collapse
 
hrastnik profile image
Mateo Hrastnik

I've updated it!