How I typically handle React state today: Data fetched via HTTP: React Query
How I typically handle React state today:
Data fetched via HTTP: React Query.
Local state: useState or useReducer.
Forms: useState or React Hook Form.
Global state and functions: Zustand or Jotai.
I discuss these decisions in detail in two courses:
“Managing React State”
“React Third-Party State Playbook”
https://www.pluralsight.com/authors/cory-house