Replies: 1 comment
-
It sounds like
The v2.0 docs illustrate this concept a bit better. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to convert some of our pages to SWR and I can't find how to get the true loading state.
All of the official SWR examples have
isLoading = !data && !error
but this doesn't mean the request is loading.How do we get the true loading state with SWR?
Beta Was this translation helpful? Give feedback.
All reactions