1.1.9 • Published 2 years ago

zc-react-hook-tools v1.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Install

npm install zc-react-hook-tools

How to use

import { useSetState } from 'zc-react-hook-tools'

Docs

Sandbox

hook-tools

MethodDescriptiondemo
useSetStateRecord类型的useStatehttps://codesandbox.io/s/usesetstate-54yskd
useBooleanStateBoolean类型的useStatehttps://codesandbox.io/s/usebooleanstate-zi75rv
useNextEffect用于处理重复渲染的问题,这个会自动屏蔽第一次render
useLocalStatelocalStorage版本的useStatehttps://codesandbox.io/s/uselocalstate-55jgnc
useLast获取最新的值使用,用于处理hook闭包问题
useDeepEffect使用lodash/isEqual对比useEffect deps (深度对比)
useMount组件装在时
useUnmount组件卸载时
useRetry自动重试异步任务,一般用于http请求重试
useRect获取dom尺寸信息
useWindowResize监听window窗口变化(带去抖函数)
useTriggerWindow用于同域下多窗口通信(使用localStorage实现)
useWhoUpdated用于检测组件props或state变化
useWindowVisibility用于监听浏览器tab切换
useRafIntervalhook版本定时器,基于RafTimer实现性能优于setInterval,可暂停启动
useListhook版本TodoList
useClipboardhook版本clipboardhttps://codesandbox.io/s/useclipboard-hy704o
useCounter计数器可设置最大值最小值
useActiveSelection获取鼠标光标选中文案https://codesandbox.io/s/useactiveselection-8scvjs
useRafTimeout基于RafTimer实现setTimeout
useNetwork获取当前设备网络状况https://codesandbox.io/s/usenetwork-4n2hkv
useKeyboard监听键盘事件
useEventOutside监听触发events不包含某一些domhttps://codesandbox.io/s/useeventoutside-usy6mt
useObservablehook结合rxjsBehaviorSubject
useAsyncCallbackasync版本useCallback增加了执行锁
useAsyncEffectasync版本useEffect
use-speech-recognition语音识别目前只有chrome

js-tools

MethodDescriptiondemo
RafTimer基于requestAnimationFrame实现setTimeout/setInterval(切换浏览器tab会自动暂停,性能优于setTimeout/setInterval)https://codesandbox.io/s/raftimer-forked-oj82jo
1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.1

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.1.3

2 years ago

1.0.4

2 years ago

1.1.2

2 years ago

1.0.3

2 years ago

1.0.81

2 years ago

1.1.12

2 years ago

1.0.0

2 years ago