You can move or replace any index of an Array Easily.
Move an array item to a different position
[](https://npm.im/@dnd-kit/helpers)
A utility function to index arrays by any criteria
finds an item in an array matching a predicate function, and returns its index
Like a Set, but provides the index of the `key` in the backing array
Replace or remove multiple items in an array.
Rope-based persistent sequence type
The listview that you need and deserve. It was built for performance, uses cell recycling to achieve smooth scrolling.
Async control for arrays
A tiny and fast selection algorithm in JavaScript.
ES2015 `Array#findIndex()` ponyfill
Extremely fast double-ended queue implementation
Render-less container for ID generation
Asynchronous iterator function for parallel processing.
Curated collection of data structures for the JavaScript/TypeScript.
Push items to an array at their correct sort-position
A tiny, faster alternative to native Array.prototype.every
Drag & drop hierarchical list made as a react component
A drag-and-drop-enabled FlatList component for React Native
Like Array#findIndex but searches the array backwards.
General purpose glob-based configuration matching.
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
This library provides utility functions for working with array data that are useful in many contexts, including creative coding. It offers generic functions that perform common operations such as offsetting an array, generating an array based on a callbac