@melandlabs/hooks
v0.3.0
Published
OpenContext · hooks module
Downloads
645
Readme
hooks (workspace)
Workspace package. Internal monorepo build artifact; not published to npm. End users install
@melandlabs/opencontext(the facade) instead. Monorepo contributors depend on this package via the workspace protocol.
A collection of pure React hooks.
Installation
pnpm add @melandlabs/opencontextHooks
useLocalStorage- SSR-safe localStorage hookuseIsMobile- Mobile device detectionuseOnClickOutside- Click outside detectionuseCustomEvent- Custom DOM event listeneruseMobileBottomSpacing- Mobile bottom spacing measurementuseEnterSendWithIme- IME-safe Enter-to-send hookusePullToRefresh- Pull-to-refresh gesture hookuseScrollToBottom- Scroll-to-bottom with SWR state management
Peer Dependencies
Requires react >=18.0.0 and swr >=2.0.0.
