
Zustand
Official websiteZustand is a small state management library for React with a simple store API and minimal boilerplate.
How I use it
I use Zustand for client-side UI state — modals, filters, and cross-component flags — without the ceremony of larger state libraries.