虚拟每个:Ember无限列表组件,受react-infinite-list启发

时间:2021-02-04 21:30:34
【文件属性】:
文件名称:虚拟每个:Ember无限列表组件,受react-infinite-list启发
文件大小:1.66MB
文件格式:ZIP
更新时间:2021-02-04 21:30:34
ember ember-addon virtualization collection-view EmberJavaScript 虚拟每个 直接将react-infinite-list传递到Ember。 这是作为基准练习而创建的。 该组件将仅渲染可以填充视口的DOM节点。 利用Glimmer的功能,它将重用已经创建的DOM节点,并在用户滚动时交换内容。 如果您想要更灵活的虚拟化组件,请尝试 。 安装 ember install virtual-each 用法 {{ #virtual-each items height = 200 itemHeight = 36 onScrollBottomed = ( action ' handlePageBottom ' ) positionIndex = 0
【文件预览】:
virtual-each-master
----.jshintrc(518B)
----ember-cli-build.js(494B)
----testem.js(506B)
----yarn.lock(203KB)
----.eslintrc.js(944B)
----images()
--------screencast.gif(1.57MB)
----.npmignore(277B)
----.ember-cli(280B)
----.travis.yml(1KB)
----config()
--------environment.js(90B)
--------ember-try.js(1KB)
----LICENSE.md(1KB)
----README.md(3KB)
----addon()
--------components()
--------mixins()
----.editorconfig(368B)
----tests()
--------.jshintrc(860B)
--------index.html(1KB)
--------test-helper.js(110B)
--------helpers()
--------dummy()
--------unit()
----.gitignore(346B)
----app()
--------components()
--------mixins()
----index.js(60B)
----.watchmanconfig(37B)
----package.json(2KB)
----vendor()
--------.gitkeep(0B)

网友评论