Skip to content

Instantly share code, notes, and snippets.

@guzmonne
Created December 5, 2016 02:13
Show Gist options
  • Save guzmonne/1bec8905f2ec609c4dd68a5b279021dc to your computer and use it in GitHub Desktop.
Save guzmonne/1bec8905f2ec609c4dd68a5b279021dc to your computer and use it in GitHub Desktop.
AWS.Request - index.js initial script
import React from 'react'
import {render} from 'react-dom'
import App from './App.js'
const $rootEl = document.getElementById('root')
render(<App />, $rootEl)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment