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
Last updated
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
Last updated
You should add a key to each child as well as each element inside children ..