Preparing search index...

    Module hooks/useRecipeTags

    useRecipeTags - React hook for managing recipe tags with duplicate detection and similarity validation

    This hook provides tag management operations for the Recipe screen, including:

    • Adding tags with fuzzy duplicate detection
    • Removing tags from the recipe
    • Handling exact and similar tag matches through validation queue
    • Case-insensitive duplicate prevention

    Interfaces

    UseRecipeTagsReturn

    Functions

    useRecipeTags