[RTK Query] Ignoring serialization for specific query endpoints #3003
-
We have several endpoints with a variable argument where each can provide up to several MB of data. With the serialization middleware enabled, the dev environment is very slow. How can we selectively ignore serialization for specific endpoints in our API? We can do a very crude ignore with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hmm. At the moment I'm not sure there's a better approach. There is an open PR to add regex support, and maybe we could add a callback form or something. |
Beta Was this translation helpful? Give feedback.
Hmm. At the moment I'm not sure there's a better approach. There is an open PR to add regex support, and maybe we could add a callback form or something.