Lists
Can just render an array of jsx
But you should have a key that is permanent and unique(in the array) which identifies which items have changed/added/removed
Keys arent passed to components
You should add a key to each child as well as each element inside children .Stackoverflow on issue.
Last updated