react-haiku icon indicating copy to clipboard operation
react-haiku copied to clipboard

[FEAT] Add `useArray` Hook

Open tevass opened this issue 11 months ago • 3 comments

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

tevass avatar Feb 04 '25 14:02 tevass