React
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.
Cory Housetwitter.comIdeas related to this collection