hooks-lib-sec

Tistarsec react hooks library

Usage no npm install needed!

<script type="module">
  import hooksLibSec from 'https://cdn.skypack.dev/hooks-lib-sec';
</script>

README

Example Usage

import { * } from 'hooks-lib-sec';

 useSetState   相当于 setState

const [state, setState] =  useSetState ({initialState}); setState({name: 'zhangsan'})

useEleVisible 元素滚动边界判断

useSearchValue formSearch data

 useDebounce  防抖

 useInterval  定时器

 useSetVal  查询带刷新回调函数