A React component that renders each element of collection using a function as child component.
npm install react-foreach
A React component that renders each element of collection using a function as child component.
```
npm install --save react react-foreach
You can use lodash's uniqueId() to return unique keys for array children.
`js``
{(value, index, array) => (
)}
Name | Type | Default | Description
:--- | :--- | :------ | :----------
items | array | | A list of items to render.
MIT