Skip to content

Instantly share code, notes, and snippets.

@isacjunior
Last active October 29, 2018 03:49
Show Gist options
  • Save isacjunior/41a496f8dab788be9d87fd539f795f00 to your computer and use it in GitHub Desktop.
Save isacjunior/41a496f8dab788be9d87fd539f795f00 to your computer and use it in GitHub Desktop.
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