Skip to content

Instantly share code, notes, and snippets.

@developit
Created March 25, 2019 00:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save developit/5e302e3a7acc35d00ed245855f83b6ea to your computer and use it in GitHub Desktop.
Save developit/5e302e3a7acc35d00ed245855f83b6ea to your computer and use it in GitHub Desktop.
The Identity Component is a component that does nothing but render its child/children.
/**
* The Identity Component is a component that does nothing but render its child/children.
*/
export default (props) => props.children;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment