reactjs-id
v1.0.6
Published
A function that generates unique identifiers which can be used when mapping through list of items in React.Js
Downloads
37
Maintainers
Readme
for instance: let mappedDessert = desserts.map(desert => <li key={ReactId()}>{desert.name} - {desert.calories} cal</li>)