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.
Recently, the topic of React Server Components has become more prevalent.
I took the time to review React concepts like SPA, data fetching and client-side rendering, SSR, and Suspense. https://t.co/xQezm9xPrQ