Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 644 Bytes

File metadata and controls

30 lines (16 loc) · 644 Bytes

@languages-learner/react-utils

Shared React utilities (hooks) for the apps.

Purpose

Small, reusable React hooks that don't belong to a single feature.

Public API / exports

From src/index.ts:

  • useDebounce, useDebounceState — debounce a value / stateful value.

Depends on

  • No workspace packages.

Used in

  • apps/web.

Notes

  • Keep hooks generic; anything domain-specific belongs in a feature slice inside apps/web.

Links