文件名称:react-intersection-observer:Intersection Observer API的React实现,以告诉您元素何时进入或离开视口
文件大小:270KB
文件格式:ZIP
更新时间:2024-02-26 15:51:22
react hooks hook performance monitor
React交叉口观察者 对React实现来告诉您元素何时进入或离开视口。 同时包含一个 , 和实现。 故事书演示: : 产品特点 :fishing_pole: 挂钩或组件API-使用useInView ,监视元素比以往任何时候都更加容易 :high_voltage: 优化的性能-尽可能重用交叉口观察者实例 :gear_selector: 匹配本机API-使用直观 :test_tube: 准备测试-嘲笑路口观察器,以便通过轻松进行测试 :deciduous_tree: 可摇树-仅包括您使用的零件 :collision: 很小的束 安装 使用安装: yarn add react-intersection-observer 或NPM: npm install react-intersection-observer --
【文件预览】:
react-intersection-observer-master
----.gitignore(183B)
----.babelrc(186B)
----.codesandbox()
--------ci.json(202B)
----package.json(5KB)
----src()
--------global-types.ts(28B)
--------useInView.tsx(3KB)
--------observers.ts(4KB)
--------test-utils.ts(4KB)
--------__tests__()
--------InView.tsx(5KB)
--------stories()
--------index.tsx(3KB)
----postcss.config.js(83B)
----LICENSE(1KB)
----tsconfig.json(549B)
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
--------dependabot.yml(451B)
----.prettierignore(41B)
----scripts()
--------build-copy.js(963B)
----README.md(17KB)
----.storybook()
--------main.js(397B)
--------theme.js(150B)
--------preview.js(501B)
--------manager.js(210B)
--------styles.css(44B)
----.npmignore(308B)
----.gitattributes(1KB)
----docs()
--------Recipes.md(5KB)
----tailwind.config.js(383B)
----tsconfig.test.json(240B)
----yarn.lock(605KB)