文件名称:use-navigator-online:ReactReact Hooks可以检测您的浏览器何时离线
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-05 14:46:09
react browser online offline reactjs
@ oieduardorabelo / use-navigator-online React Hooks使用来检测您的浏览器何时在线/离线。 要安装它: yarn add @oieduardorabelo/use-navigator-online 例子 可在CodeSandbox上获得在线演示: 现场演示: : 如果您有任何问题,请打开一个带有CodeSandbox链接的问题 API说明 在您的应用中,您可以添加: import { useNavigatorOnline } from '@oieduardorabelo/use-navigator-online' ; function App ( ) { let details = useNavigatorOnline ( options ) . . . } details对象由以下details组成: detai
【文件预览】:
use-navigator-online-master
----src()
--------index.tsx(830B)
----tsconfig.json(711B)
----README.md(2KB)
----.gitignore(117B)
----package.json(1KB)