Skip to content

Instantly share code, notes, and snippets.

@wojciech-bilicki
Last active August 1, 2017 15:33
Show Gist options
  • Save wojciech-bilicki/59e7b69514efa80460654effa05e6a6c to your computer and use it in GitHub Desktop.
Save wojciech-bilicki/59e7b69514efa80460654effa05e6a6c to your computer and use it in GitHub Desktop.
App.jsx #3
import React from 'react';
const App = () => <div>Super Hero Team</div>;
ReactDOM.render(React.createElement(App), document.getElementById('app'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment