Allow setting a delay time #2714
Unanswered
rentalhost
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using Next.js, for example, we can hydrate data on the server-side. Sometimes, we also need to update this data on the client-side. Using SWR makes this easy, however, SWR acts as soon as possible.
Now, imagine the following real scenario:
My idea would be to create a parameter to define a "delay" for the first call to occur.
Beta Was this translation helpful? Give feedback.
All reactions