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. ...