0.7.0 • Published 1 year ago

@neuweb/hooks v0.7.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Util Hooks

List

  • useActions
  • useDeepEffect
  • useIsUnmounted
  • usePrevious
  • useSearch
  • useWindowSize

Install

$ npm install @neuweb/hooks --save
# or
$ yarn add @neuweb/hooks
# or
$ pnpm add @neuweb/hooks

Usage

import {useSearch, usePrevious} from '@neuweb/hooks';