-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrating to react-query for fetching data #24
Comments
Hello, I'd like to work on this if it's okay. Please guide me on how to proceed. |
Hey @aaaaayushh I think going through how we fetch the data currently and then going through react-query documentation is a good way to get started with this. |
Okay, I will get started right away thanks! |
Hello, I've explored quite a bit on how to integrate react query into the dashboard and replace the useFetch function that is currently being used. I've tried getting the barebone requests working with react query, but am facing some issues and would appreciate some help.
Is this an issue with the backend configuration on my local machine or is there a problem with react query here? Any help is really appreciated, thanks. |
hi @ruddi10 @aquibbaig. I am facing this issue
and my backend server crashes. Any solution for this? |
hey @rijusougata13, i do not think this is the right place to discuss a bug or general purpose error, please revert back to the gitter channel or open a new issue to start the discussion |
@aquibbaig and @ruddi10, can I work on it ? |
@MohdImran001 sure |
Currently, we have coded our own reusable fetch service for fetching data from the server but there might be some edge cases that are left out/ not handled efficiently like -
So we can use react-query that will help us to achieve all this and will also -
The text was updated successfully, but these errors were encountered: