Project structure
Hi we are trying to migrate everything to react-query but I don't know the best folder structure to apply to it.
We handle lots of websocket events, and in a particular place we need to use setQueryData instead of invalidate, but the data will come from the websocket, fetch or mutation, do you know some good folder structure where I can implement on out project?
0 Replies