reactjs - Huge app with webpack -


i planing develop huge app (let's more 100 pages lot of js charts , maps) using react, react-router , webpack. believe size of final js file going large , going annoying user during first page load.

is there way load final js partially, example based on selected route? or should stick server-side rendering , using other libraries pjax? appreciate other solution well.


Comments