-
Hi, how i can send multiple requests with single useSWR? I cannot use useSWR in loop because it hook. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
You might need https://swr.vercel.app/docs/pagination#use-swr-infinite if the number of requests you are gonna make is dynamic. |
Beta Was this translation helpful? Give feedback.
-
Done it.
|
Beta Was this translation helpful? Give feedback.
-
Hi, I figured out this is not exactly the thing that I wanted because,
But in the meanwhile, I think I can depend on this. Thanks. |
Beta Was this translation helpful? Give feedback.
Done it.