Tanstack Query
Tanstack Query is a library for synchronizing server state with a React application's state.
It solves several problems when dealing when working with server APIs:
- Deduplicate server requests
- Caching requests
- Updating stale data
- Memory management and garbage collection