Skip to content

Instantly share code, notes, and snippets.

@rxluz
Last active December 6, 2017 09:53
Show Gist options
  • Select an option

  • Save rxluz/97d2ea07deb5b768df3582a49cf7ddc3 to your computer and use it in GitHub Desktop.

Select an option

Save rxluz/97d2ea07deb5b768df3582a49cf7ddc3 to your computer and use it in GitHub Desktop.
render(){
return [ //you need change ( to [
<h1 key="element-1">Hey I am an element</h1>, //each element must have a key and a comma in the end
<i key="element-2">And I am other element</i>
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment