@ejp/react-list-keys
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @ejp/react-list-keys

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

21.4 kB

Total Files

16

Last publish

Collaborators

  • ejp