Introduction
What kamod-hooks is and how this documentation site is organized.
@kamod-ch/hooks is a collection of hooks for Preact. The repository and site are branded as kamod-hooks, while the current published package metadata uses the actual npm name from packages/core/package.json: @kamod-ch/hooks.
What you get#
- typed hooks for state, effects, browser APIs, async flows, and collections
- zero runtime package dependencies in the core package
- static documentation built with PreactPress
- interactive demos rendered with real Preact components
How to read this site#
- Guide pages explain installation, usage, SSR, and migration notes.
- Hooks pages document every public hook export.
- Utilities pages cover the exported helpers that are not hooks.
Start with Installation or jump straight to All hooks.