Skip to content

Instantly share code, notes, and snippets.

@vitkon
Last active February 18, 2018 21:58
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 vitkon/4a253107ce922df46514fb1eacdfc7b5 to your computer and use it in GitHub Desktop.
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