Skip to content

Instantly share code, notes, and snippets.

@isacjunior
Created November 30, 2017 16:41
Show Gist options
  • Save isacjunior/adc4c1c4d14cc50aca050f67c36f0ebc to your computer and use it in GitHub Desktop.
Save isacjunior/adc4c1c4d14cc50aca050f67c36f0ebc to your computer and use it in GitHub Desktop.
// Criação do componente Wrapper
const Wrapper = ({ children }) => children
// utilizando o componente Wrapper
render() {
return (
<Wrapper>
<h1>Dipeex</h1>
<a href=”http://medium.com/dipeex">Medium</a>
<Wrapper/>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment