Woah, I agree with v0’s state management preferences


Woah, I agree with v0’s state management preferences.

This is from V0’s system prompt:

PREFER:

- React's built-in useState/useReducer
- Server Components for server state
- React Context for global UI state

CONSIDER When Needed:

- Zustand for complex client state
- TanStack Query for cache management
- Jotai for atomic state

View original on X