react-infinite-scroll-component
當請求數據量過大時,接口返回數據時間會很長,數據回顯時間長,Dom 的渲染會有很大的性能壓力。
antd的List
組件中有提到一個滾動加載的組件庫react-infinite-scroll-component
實現滾動加載
Antd:https://ant.design/components/list-cn/
github:https://github.com/ankeetmaini/react-infinite-scroll-component
npm:https://www.npmjs.com/package/react-infinite-scroll-component