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

EHN: Integrate TanStack Query and Axios for efficient and reliable frontend-to-backend API communication. #31

Open
2 tasks
Sauradip07 opened this issue Jul 24, 2024 · 0 comments

Comments

@Sauradip07
Copy link

Description

TanStack Query offers auto caching, auto refetching, and dedicated devtools without requiring a backend. It facilitates real-time inquiries, dependent and concurrent queries, window focus refetching, and makes data modifications easier via the Mutations API. In addition to providing infinite scroll, request cancellation, suspense integration, prefetching, offline support, SSR optimization, and data pickers, it effectively manages big datasets.

Task:

  • Set up TanStack Query for managing API calls and state.
  • Use Axios as the HTTP client for making requests to the backend.
@Sauradip07 Sauradip07 changed the title Feat: Integrate TanStack Query and Axios for efficient and reliable frontend-to-backend API communication. EHN: Integrate TanStack Query and Axios for efficient and reliable frontend-to-backend API communication. Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant