Created
May 21, 2018 06:30
-
-
Save teimurjan/fd82486ebc42c5d2087ff90addf195a9 to your computer and use it in GitHub Desktop.
blog-react-applications-optimization
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
| // home-container.js | |
| import Loadable from "react-loadable"; | |
| import Spinner from "../Common/Spinner"; | |
| export default Loadable({ | |
| loader: () => import("./Home" /*webpackChunkName: 'home' */), | |
| loading: Spinner | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment