Skip to content

Instantly share code, notes, and snippets.

@sami616
Created April 25, 2019 13:02
Show Gist options
  • Save sami616/6d72df2061edcbaf31f3267ae6e1c4f2 to your computer and use it in GitHub Desktop.
Save sami616/6d72df2061edcbaf31f3267ae6e1c4f2 to your computer and use it in GitHub Desktop.
Medium post index.js
import React from 'react'
import ReactDOM from 'react-dom'
import { Store } from './store'
const App = () => (
<Store>
//...
</Store>
)
ReactDOM.render(<App />, document.getElementById('root'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment