Skip to content

Instantly share code, notes, and snippets.

@HuyAms
Created November 11, 2019 08:56
Show Gist options
  • Save HuyAms/ae7b3ea86b31472d5a55852616961aa2 to your computer and use it in GitHub Desktop.
Save HuyAms/ae7b3ea86b31472d5a55852616961aa2 to your computer and use it in GitHub Desktop.
const Me = ({girlFriendWords}) => {
// Provided that girlFriendWords is a string
const myReply = React.memo(() => decideWhatToSay (girlFriendWords), [girlFriendWords])
return <p>{myReply}</p>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment