#DailyTips
Code splitting your React apps ❄️
This article helps you split your bundles!
it makes smaller bundles and much much faster load times (it will load the needed module that is used to init the app first)
Dont believe me? run a performance test with chrome on your app 😉
https://hackernoon.com/straightforward-code-splitting-with-react-and-webpack-4b94c28f6c3f
Official webpack code-splitting guide: ☘️
https://webpack.js.org/guides/code-splitting/#src/components/Sidebar/Sidebar.jsx
#code_splitting #article #react
Join Us :: @ReactDev ⚛️
Code splitting your React apps ❄️
This article helps you split your bundles!
it makes smaller bundles and much much faster load times (it will load the needed module that is used to init the app first)
Dont believe me? run a performance test with chrome on your app 😉
https://hackernoon.com/straightforward-code-splitting-with-react-and-webpack-4b94c28f6c3f
Official webpack code-splitting guide: ☘️
https://webpack.js.org/guides/code-splitting/#src/components/Sidebar/Sidebar.jsx
#code_splitting #article #react
Join Us :: @ReactDev ⚛️
Hacker Noon
Straightforward code splitting with React and Webpack
Everything seemed perfect until your app size increases too fast …