© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Arthur Brière
Thank's for the article ! I juste have a little comment about this part :
const UserCard = ({ name, age, phone })=> {
On your previous examples, those props (name, age, phone) are children of props.user, not props directly.
But it's quite nothing !
Luísa Ribeiro Bezerra
Software Engineer
Yeaah, good point, so based on this example, you must pass the props.user as "props". Thank you for collaborating :D