Search the docs
Hooks allow you to build an interface using any component library.
npm i @dwarvesf/react-hooks
yarn add @dwarvesf/react-hooks
Pick and choose a hook you'd like to use and import them.
import { useConstant, useDebounce } from '@dwarvesf/react-hooks'