react-intersection-observing-infinity-scroll:支持无限滚动的React组件

时间:2024-06-03 11:18:19
【文件属性】:

文件名称:react-intersection-observing-infinity-scroll:支持无限滚动的React组件

文件大小:279KB

文件格式:ZIP

更新时间:2024-06-03 11:18:19

TypeScript

React相交观察无限滚动 :check_mark: :check_mark: 9+ :check_mark: :check_mark: :check_mark: React组件支持极小的无限滚动(<3kb>元素支持SSR构建和后备渲染。 该库不使用任何eventListener进行滚动事件。 它使用[Intersection Obeserver API]( )而不是eventListener。 这就是为什么需要polyfill的原因。 另外,该库是用TypeScript编写的。 安装前 您应该安装 。 您可以选择所有可能的方式来安装polyfill,但是polyfill必须在库脚本之前。 我认为您可以优化类的策略。 例子 <!-- Load the polyfill first. --> [removed][removed] <!-- Load all other J


【文件预览】:
react-intersection-observing-infinity-scroll-master
----webpack.config.js(925B)
----src()
--------index.tsx(1KB)
----.npmignore(57B)
----example()
--------index.html(380B)
--------index.ejs(325B)
--------example.tsx(3KB)
--------index.js(612KB)
----tsconfig.json(632B)
----LICENSE(1KB)
----README.md(3KB)
----webpack.prod.config.js(839B)
----typings()
--------custom.d.ts(75B)
----.gitignore(35B)
----package-lock.json(272KB)
----package.json(1KB)

网友评论