Overview
Get introduced to using React Query for server-side-driven state management.
We'll cover the following
Welcome to the last section describing state management solutions for our Funbook app.
In the previous section, we looked at the youngest state management library, Jotai. Jotai is a minimal solution based on ideas proposed by the Facebook team in their open-source library, Recoil.
React Query is minimal as well, but in a very different sense. React Query is used for:
Managing data on the server
Fetching data on the server
Mutating data on the server
Get hands-on with 1400+ tech skills courses.