Skip to content

A small React utility hook to generate unique list keys without re-renders

License

Notifications You must be signed in to change notification settings

edwardpayton/react-list-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A small React utility hook to generate unique list keys without re-renders

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published