Shared React utilities (hooks) for the apps.
Small, reusable React hooks that don't belong to a single feature.
From src/index.ts:
useDebounce,useDebounceState— debounce a value / stateful value.
- No workspace packages.
apps/web.
- Keep hooks generic; anything domain-specific belongs in a feature slice inside
apps/web.
- Scripts and how to run: README
- Package interaction: docs/architecture/package-interaction.md