Replies: 1 comment 10 replies
-
|
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
unnoq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to understand both of these plugins especially the dedupe requests plugin. What kind of example of requests would be deduped given that the only group defined is for method: 'GET'? Is it simply all 'GET' requests that are submitted at the exact same time? I'm planning to use tanstack query so I guess using this RPC deduping plugin is unnecessary as tanstack query does it automatically I think.
Also can the dedupe request and batching requests plugin work together on the exact same group? Does it even make sense to use them like that, I assume they will conflict.
Beta Was this translation helpful? Give feedback.
All reactions