React
React
Connor K Wilson
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 House
twitter.com
Ideas related to this collection