React Query is “Performant and powerful data synchronization for React” (“https://react-query.tanstack.com/”), but what does that mean and why do we care? React Query helps us to take data from a promise, typically made with a fetch to an API, and store, cache, and update it in the background when needed. …