Carte sur trois objets

{
  users.slice(0, 3).map(
    <UserItem key={user.id} user={user} />
  ))
}
Mystic Dev