Skip to content

Instantly share code, notes, and snippets.

@sag1v
Created November 17, 2018 17:54
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 sag1v/952e8dc86fd15b2361c12b75178bba0d to your computer and use it in GitHub Desktop.
Save sag1v/952e8dc86fd15b2361c12b75178bba0d to your computer and use it in GitHub Desktop.
react integration with other applications article
class App extends Component {
render() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<div id="counter-app"></div>
<p>
This is the main App.
</p>
</header>
</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment