Some impressions of #swiftleeds (part 2)
| website | https://www.thinkpractice.nl |
| https://www.linkedin.com/in/tjadejong2 |
| website | https://www.thinkpractice.nl |
| https://www.linkedin.com/in/tjadejong2 |
Some impressions of #swiftleeds (part 2)
Does anyone know how to conform this class to identifiable? It's a viewmodel called from SwiftUI. It works if I drop the @MainActor but I wonder whether this will not cause any issues later on... The code follows a @pointfreeco example (which also drop the MainActor)...