Last active
October 29, 2018 03:49
-
-
Save isacjunior/41a496f8dab788be9d87fd539f795f00 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
import React, { memo } from 'react' | |
const MyComponent = memo(props => { | |
/* render usando props */ | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment