[SwiftUI 관련]
What is SwiftUI? (WWDC 2019 통합 정리 요약본)
스탠포드 SwiftUI 유튜브 강의
SwiftUI의 기본 제공 API에 대한 개념 정의 및 사용예시
SwiftUI 레이아웃 시스템 동작 원리
https://talk.objc.io/episodes/S01E225-view-protocols-and-shapes
SwiftUI Property Wrapper 정리
[WWDC 2021] Data Essentials in SwiftUI
https://medium.com/delightroom/swiftui를-맛깔나게-소화하는-킥-property-wrapper-656cf67173d8
Re-implementation of @binding and @State (from SwiftUI) myself to better understand it Deciding when to use each of SwiftUI's key property wrapper
[The Composable Architecture]
Point-Free 강의 라이트 버전 (함축된 버전)
https://www.pointfree.co/collections/composable-architecture/a-tour-of-the-composable-architecture
라이브러리 (리드미를 정독 해보심을 권장드립니다!) https://github.com/pointfreeco/swift-composable-architecture
[Combine]
가장 베스트는 공식문서 https://developer.apple.com/documentation/combine
WWDC 2019 Combine in Practice https://developer.apple.com/videos/play/wwdc2019/721/
개념 잡기 좋은 Youtube 강의들 (In SwiftUI) https://www.youtube.com/watch?v=mSiK8koFG2o https://www.youtube.com/watch?v=6ZIZ5jGovEY
이 레퍼는 하다가 근본적으로 ReactiveX에 대해 궁금하시면 학습해보심을 추천드립니다