react-use-interval:React Utility Hook用于管理间隔

时间:2024-04-30 02:23:48
【文件属性】:

文件名称:react-use-interval:React Utility Hook用于管理间隔

文件大小:187KB

文件格式:ZIP

更新时间:2024-04-30 02:23:48

TypeScript

React使用间隔 这是react挂钩的自定义版本,用于设置发布在overreacted.io上的时间间隔。 安装 npm install --save @ascendum/use-interval 用法 import as React from 'react' import { useInterval } from 'react-use-interval' const MyComponent = ( ) => { const { toggleRunning , isRunning } = useInterval ( ( ) => { // Do whatever magic you wish here. } , 1000 ) ; return ( < div> < button onClick = { toggleRunnin


【文件预览】:
react-use-interval-master
----.gitignore(41B)
----package.json(1KB)
----src()
--------useInterval.ts(968B)
--------index.tsx(45B)
----LICENSE(1KB)
----tsconfig.json(740B)
----README.md(767B)
----example()
--------package.json(571B)
--------tsconfig.json(457B)
--------index.html(342B)
--------.npmignore(24B)
--------index.tsx(436B)
--------yarn.lock(219KB)
----test()
--------useInterval.test.ts(2KB)
----yarn.lock(254KB)

网友评论