React.lazy - Code Splitting Your React App

preview_player
Показать описание

We'll be using:
React 16.6
React-Router
Babel
Bable Dynamic Import Plugin
Webpack 4

Рекомендации по теме
Комментарии
Автор

I know this can also be achieved via webpack. Does this work the same behind the scenes? Meaning does this inject configs into webpack? I'm trying to figure out whether this adds an unecessary layer of abstraction on top of webpack.

compteprivefr