You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Yes, it's about an issue. I was going to use fetchp for the first time today and I wanted to use it as reactive in a react project.
Describe the solution you'd like
In the example there was a usage like:
But isLoading doesn't actually work as expected. isFetching meets the expectations of isLoading. So when I updated as below, the problem did not occur.
Is your feature request related to a problem? Please describe.
Yes, it's about an issue. I was going to use fetchp for the first time today and I wanted to use it as reactive in a react project.
Describe the solution you'd like
In the example there was a usage like:
But isLoading doesn't actually work as expected. isFetching meets the expectations of isLoading. So when I updated as below, the problem did not occur.
Also, no example is given for POST request. I was able to learn how to send parameters by examining the codes.
Describe alternatives you've considered
If we don't want the README to be long, we can at least prepare a documentation.
The text was updated successfully, but these errors were encountered: