goldenYI / bilibili

just for fun
0 stars 0 forks source link

单页面中React异步加载需求组件 #8

Open goldenYI opened 7 years ago

goldenYI commented 7 years ago

若当前页面有十多个component,但只显示其中少数几个,其余是通过点击button或其他条件触发后才显示,为了节省资源需要异步加载component

goldenYI commented 7 years ago

类似webpack中的bundle-loader https://webpack.js.org/guides/lazy-load-react/#multiple-entries