Skip to content

Instantly share code, notes, and snippets.

@isacjunior
Created November 30, 2017 16:46
Show Gist options
  • Save isacjunior/cb84063f89d71e286117b12fb334c293 to your computer and use it in GitHub Desktop.
Save isacjunior/cb84063f89d71e286117b12fb334c293 to your computer and use it in GitHub Desktop.
import { Fragment } from ‘react’
render() {
return (
<Fragment>
<div className=”title”>
<h1>Dipeex</h1>
<a href=”http://medium.com/dipeex">Medium</a>
</div>
<ChildA />
<ChildB />
<ChildC />
</Fragment>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment