Skip to content

Instantly share code, notes, and snippets.

@tech4him1
Created December 29, 2017 23:04
Show Gist options
  • Select an option

  • Save tech4him1/0f98d8bc7349782f12bf06e35f10c85e to your computer and use it in GitHub Desktop.

Select an option

Save tech4him1/0f98d8bc7349782f12bf06e35f10c85e to your computer and use it in GitHub Desktop.
import {hot} from 'react-hot-loader';
export default hot(module)(<div>This is a test.</div>);
import {render} from 'react-dom';
import App from './app.js';
render(
<Provider store={store}>
<Router>
<App/>
</Router>
</Provider>,
document.getElementById('root')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment