|
You are here |
doordash.engineering | ||
| | | | |
sarunw.com
|
|
| | | | | The last part in a series on understanding data in SwiftUI. See all tools SwiftUI provided to declare different types of data and dependency. Learn when and how to use @State, @Binding, ObservableObject, @ObservedObject, @EnvironmentObject, and @Environment. | |
| | | | |
sarunw.com
|
|
| | | | | Part 2 in a series on understanding data in SwiftUI. We will talk about the key that makes principles in part 1 possible in SwiftUI. And how this resulting in a reduction of the complexity of UI development. | |
| | | | |
www.cocoawithlove.com
|
|
| | | | | I'll look at the pattern that application architectural pattern that emerges naturally when writing SwiftUI apps in a minimalist way. I'll also look at the different roles that exist in the basic SwiftUI application architecture. | |
| | | | |
www.vadimbulavin.com
|
|
| | | Learn four techniques of unit testing concurrent code in Swift using the XCTest framework: mocking, test before & after, XCTestExpectation, busy assertion. | ||