@tyran8x/hooks
v2.0.1
Published
Common hooks for multiple `apps`, inherited all the capabilities of `@tyran8x/hooks`. Business-specific general hooks can be placed here.
Readme
@tyran8x/hooks
Common hooks for multiple apps, inherited all the capabilities of @tyran8x/hooks. Business-specific general hooks can be placed here.
Usage
Add dependency
# Enter the target application directory, e.g., apps/xxxx-app
# cd apps/xxxx-app
pnpm add @tyran8x/hooksImport
import { useNamespace } from '@tyran8x/hooks';