Skip to content

Instantly share code, notes, and snippets.

@caelinsutch
Created February 1, 2021 23:23
Show Gist options
  • Save caelinsutch/bade51cbdda95336daa53b561aae2c81 to your computer and use it in GitHub Desktop.
Save caelinsutch/bade51cbdda95336daa53b561aae2c81 to your computer and use it in GitHub Desktop.
UserAccount
// Don't pass primatives
<UserAccount
name={user.name}
email={user.email}
id={user.id}
/>
// Pass objects
<UserAccount user={user} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment