How to avoid pitfalls in SwiftUI

Issue #602

Identify by unique id

ForEach(store.blogs.enumerated().map({ $0 }), id: \.element.id) { index, blog in

}
```

## 
Written by

I’m open source contributor, writer, speaker and product maker.

Start the conversation