Using axios with RQ
I use RQ with axios (with a
validateStatus < 500 and using error boundaries a fair bit) and I was just wondering if (more seasoned) RQ users tend to use an axios response interceptor to wrap/decant the axios response into a custom data structure for using in custom useQuery wrappers etc.
Cheers!0 Replies