Skip to content

Instantly share code, notes, and snippets.

@vitkon
Last active February 18, 2018 21:58
Show Gist options
  • Select an option

  • Save vitkon/4a253107ce922df46514fb1eacdfc7b5 to your computer and use it in GitHub Desktop.

Select an option

Save vitkon/4a253107ce922df46514fb1eacdfc7b5 to your computer and use it in GitHub Desktop.
Poi article
import React from 'react';
import { render } from 'react-dom';
import App from './App.jsx';
render(<App />, document.getElementById('app'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment