Created
November 30, 2017 16:41
-
-
Save isacjunior/adc4c1c4d14cc50aca050f67c36f0ebc 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
// 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