-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Problem:
- Rerendering for all components when friends data changes, unnecessary updates to unrelated components
To implement:
- Use React Query to isolate friends data with ['friends'] queryKey
- Implement proper query invalidation so only friends-related components re-render on updates
- Mutexing to prevent race conditions when multiple friend operations happen simultaneously
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels