Skip to content

Instantly share code, notes, and snippets.

@dbilgili
Created December 6, 2018 22:53
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 dbilgili/e0ba7bfb50e087a2860ea2476834941c to your computer and use it in GitHub Desktop.
Save dbilgili/e0ba7bfb50e087a2860ea2476834941c to your computer and use it in GitHub Desktop.
// vim: syntax=JSX
render() {
return (
<div className="App">
<div>
<ul>
<li>List element-1</li>
<li>List element-2</li>
<li>List element-3</li>
</ul>
</div>
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment