Alexander Kraev
@swiftui_dev
1.08K
subscribers
87
photos
38
videos
1
file
76
links
Tech, Mobile (like SwiftUI, Compose), Code, Thoughts, feel free to reach me:
@lexkraev
По вопросам рекламы:
@lexkraev
Download Telegram
Join
Alexander Kraev
1.08K subscribers
Alexander Kraev
Channel created
Alexander Kraev
На мой взгляд,
одна из лучших книг
про
#Combine
, все достаточно подробно описано, дополнено примерами
#readthis
heckj.github.io
Using Combine
Alexander Kraev
📖
Весьма подробная презентация “
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,...
Alexander Kraev
Один из способов
оптимизации 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.