Skip to content

[FEAT] Add useArray Hook #116

@tevass

Description

@tevass

Description
Manage an array state with utility functions for common operations.

Acceptance Criteria

  • Accepts an initial array as a parameter
  • Returns the current array state
  • Provides methods to:
    • Add a new item
    • Remove an item by index
    • Clear the array
    • Replace the entire array
  • Ensures immutability of the original array

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions