Redux boilerplate code
This commit is contained in:
parent
b794708e2e
commit
69d47c85f0
8 changed files with 12058 additions and 7 deletions
16
src/index.js
16
src/index.js
|
@ -1,12 +1,14 @@
|
|||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import './index.css';
|
||||
import App from './App';
|
||||
import * as serviceWorker from './serviceWorker';
|
||||
// import React from 'react';
|
||||
// import ReactDOM from 'react-dom';
|
||||
// import './index.css';
|
||||
// import App from './App';
|
||||
// import * as serviceWorker from './serviceWorker';
|
||||
import index from './js/index'
|
||||
|
||||
ReactDOM.render(<App />, document.getElementById('root'));
|
||||
// ReactDOM.render(<App />, document.getElementById('root'));
|
||||
|
||||
// If you want your app to work offline and load faster, you can change
|
||||
// unregister() to register() below. Note this comes with some pitfalls.
|
||||
// Learn more about service workers: https://bit.ly/CRA-PWA
|
||||
serviceWorker.unregister();
|
||||
// serviceWorker.unregister();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue