Skip to content

Instantly share code, notes, and snippets.

@luciotbc
Created October 23, 2018 18:30
Show Gist options
  • Save luciotbc/0f29796cdb09a4226b14384833dba53b to your computer and use it in GitHub Desktop.
Save luciotbc/0f29796cdb09a4226b14384833dba53b to your computer and use it in GitHub Desktop.
Best practices for React
const Username = ({ username }) => <p> The logged user is: {username} </p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment