Created
October 23, 2018 18:30
-
-
Save luciotbc/0f29796cdb09a4226b14384833dba53b to your computer and use it in GitHub Desktop.
Best practices for React
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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