2.1.0-alpha.4 • Published 3 years ago

@yozora/core-react-hook v2.1.0-alpha.4

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

Provide some common react hooks.

Install

  • npm

    npm install --save @yozora/core-react-hook
  • yarn

    yarn add @yozora/core-react-hook

Usage

NameDescription
useDeepCompareMemoDeep compare version of React.useMemo
useEventCallbackDeclare an event handler with an always-stable function identity.

Related