0.2.0 • Published 5 years ago
@ejp/react-list-keys v0.2.0
React List Keys
yarn add @ejp/react-list-keys
A small utility to generate unique list keys without re-renders.
USAGE
import useListKeys from '@ejp/react-list-keys';
...
const { list, add, remove, reset, getKey } = useListKeys(initialList);
// TODO
Project was bootstraped with the excellent TSDX framework.
0.2.0
5 years ago