- Get store state separately from API data - Merge strategy: store takes priority (for optimistic updates), fallback to API data - Use item.isLiked and item.isFavorited for initial state - Match the implementation pattern used in home page