【发布时间】:2018-03-23 16:07:53
【问题描述】:
https://github.com/bvaughn/react-virtualized/blob/master/docs/creatingAnInfiniteLoadingList.md
如何将MyComponent 合并到 React 应用程序中?
【问题讨论】:
-
这是一个“功能组件”,参见例如reactjs.org/docs/components-and-props.html
-
您的要求不是很清楚。你想知道如何在你的项目中使用
InfiniteLoader吗?您链接的内容是您如何在项目中使用它的示例。