-
RxSwift 스터디 계획 따라가기RxSwift 2021. 7. 12. 15:44
https://github.com/fimuxd/RxSwift
위의 있는 Chapter 별로 스터디 따라 가기.
- Section I: Getting Started with RxSwift
- Ch#Chapter SubjectQuestionNote
여기 내가 공부한 링크
하나씩 추가하기!1 Hello RxSwift! - RxSwift 개요 https://kkimin.tistory.com/33?category=955083 2 Observables - just, of, from, subscribe.empty, never, range, dispose, create, deferred, single, completable, maybe, do, debug https://kkimin.tistory.com/60 3 Subjects Relays & Variables Observable이자 Observer 인 녀석
PublishSubject, BehaviorSubject, RelaySubject, Variablehttps://kkimin.tistory.com/55 4 Observables and Subjects in Practice - 실전 연습
single, maybe, completable - Section II: Operators and Best Practices
- Ch#Chapter SubjectPracticeNote
여기 내가 공부한 링크
하나씩 추가하기!5 Filtering Operators - 필터링 연산자
ignoreElements, elementAt, filter, skip, skipWhile, skipUntil, take, takeWhile, enumerated, takeUntil, distinctUntilChanged6 Filtering Operators in Practice - 실전 연습
share, takeLast, throttle7 Transforming Operators - 변환 연산자
toArray, map, enumerated, flatMap, flapMapLatest, materialize, dematerialize, unwrap8 Transforming Operators in Practice - 실전 연습
GitHub API를 이용한 map/flatMap 집중 연습9 Combining Operators - 결합 연산자
startWith, concat, concatMap, merge, merge(maxConcurrent), combineLatest, zip, withLatestFrom, sample, amb, switchLatest, reduce, scan,10 Combining Operators in Practice - 실전 연습
NASA EONET API를 이용한 concat/combineLatest/scan 연습11 Time Based Operators - 시간 기반 연산자
replay, replayAll, buffer, window, delaySubscription, interval, timer, timeout - Section III: iOS Apps with RxCocoa
- Ch#Chapter SubjectPracticeNote
여기 내가 공부한 링크
하나씩 추가하기!12 Beginning RxCocoa - 초급 RxCocoa
rx, bindTo, ControlProperty, Driver, share13 Intermediate RxCocoa - 고급 RxCocoa
Signal - Section IV: Intermediaate RxSwift/RxCocoa
- Ch#Chapter SubjectPracticeNote
여기 내가 공부한 링크
하나씩 추가하기!14 Error Handling in Practice - 에러처리
catch, retry15 Intro To Schedulers - 추후 별도 스터디 16 Testing with RxTest- skip 17 Creating Custom Reactive Extensions - extension Reactive where Base: B { }
728x90'RxSwift' 카테고리의 다른 글
Transforming Operators (0) 2021.08.05 RxSwift Observable (0) 2021.07.14 RxSwift Subject (0) 2021.07.09 Rxswift Debounce / Throttle (0) 2021.06.29 Rxswift (map, flatmap, compactmap) 정리 (0) 2021.06.28