Skip to content
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

Replace deprecated data fetching utils. with tanstack's useQuery and useMutation #9837

Open
abhimanyurajeesh opened this issue Jan 8, 2025 · 3 comments · May be fixed by #9840
Open

Replace deprecated data fetching utils. with tanstack's useQuery and useMutation #9837

abhimanyurajeesh opened this issue Jan 8, 2025 · 3 comments · May be fixed by #9840
Assignees
Labels
needs-triage question Further information is requested work-in-progress

Comments

@abhimanyurajeesh
Copy link
Contributor

The useDeprecatedMutation and request is marked as deprecated.

@rithviknishad rithviknishad changed the title Replace deprecated data fetching utils. with useQuery and useMutation Replace deprecated data fetching utils. with tanstack's useQuery and useMutation Jan 8, 2025
@rithviknishad
Copy link
Member

@abhimanyurajeesh Three things are there to be replaced, go in this order:

(it'd be easier to replace request once old useMutation and useQuery is replaced as they both use it internally)

Feel free to make it a part by part PR for this to be easier to review and merge quicker.

@rithviknishad rithviknishad moved this to Up Next in Care Jan 8, 2025
@abhimanyurajeesh
Copy link
Contributor Author

Thank you for the guidance @rithviknishad, will do part by part.

@Rustix69
Copy link
Contributor

Rustix69 commented Jan 8, 2025

Can we work on this mutually ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage question Further information is requested work-in-progress
Projects
Status: Up Next
3 participants