SwiftUI dev
@swiftui_dev
1.17K
subscribers
87
photos
37
videos
1
file
74
links
Mobile development, SwiftUI, Compose, feel free to reach me:
@lexkraev
Download Telegram
Join
SwiftUI dev
1.17K subscribers
SwiftUI dev
Channel created
SwiftUI dev
На мой взгляд,
одна из лучших книг
про
#Combine
, все достаточно подробно описано, дополнено примерами
#readthis
heckj.github.io
Using Combine
SwiftUI dev
📖
Весьма подробная презентация “
Demystify SwiftUI
”
#watchthis
Apple Developer
Demystify SwiftUI - WWDC21 - Videos - Apple Developer
Peek behind the curtain into the core tenets of SwiftUI philosophy: Identity, Lifetime, and Dependencies. Find out about common patterns,...
SwiftUI dev
Один из способов
оптимизации View, используя
EquatableView
#readthis
Swift with Majid
Optimizing views in SwiftUI using EquatableView
SwiftUI provides us a very fast and easy to use diffing algorithm, but as you might know, diffing is a linear operation. It means that diffing will be very fast for simple layouts and can take some time for a complicated layout.