Interaction Hooks
@spa-tools/interaction-hooks is a small package of specialized hooks meant to solve interaction scenarios in modern React applications.
React Hook
TypeScript First
Zero Dependencies
3 kB (index.cjs)
Tree-shakable
Installation
To install Interaction Hooks in your project, use your favorite package manager and run the respective command:
- npm
- Yarn
- pnpm
npm install @spa-tools/interaction-hooks
yarn add @spa-tools/interaction-hooks
pnpm add @spa-tools/interaction-hooks
Quickstart
Check out all of the hooks in the sidebar and go for it!