How to lazy load multiple components at a same time in React

前端 未结 0 1658
孤独总比滥情好
孤独总比滥情好 2020-12-09 22:45

const {A, B, C, D} = lazy(() => import("../test"));

Destructuring multiple components from one folder and applying lazy to all the components? Is this po

相关标签:
回答
  • 消灭零回复
提交回复
热议问题