useList ​
Hook that provides state and helper methods to manage a list of items
typescript
import { useList } from '@siberiacancode/reactuse';
Usage ​
typescript
const { value, set, push, removeAt, insertAt, updateAt, clear } = useList();