Skip to content

Instantly share code, notes, and snippets.

@mrzarkovic
Created October 29, 2018 10:39
Show Gist options
  • Save mrzarkovic/9ebc123d2d7f60f7fb003eb9284f3192 to your computer and use it in GitHub Desktop.
Save mrzarkovic/9ebc123d2d7f60f7fb003eb9284f3192 to your computer and use it in GitHub Desktop.
React render
render ()
return (
<div className="container">
<h1 className="main-title”>Naslov</h1>
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment