Created
April 25, 2019 13:02
-
-
Save sami616/6d72df2061edcbaf31f3267ae6e1c4f2 to your computer and use it in GitHub Desktop.
Medium post index.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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