Skip to content
/ Rx Public

RxSwift , Rxcocoa 관련 정리 레포 (2023.06.19 ~ 06.30)

License

Notifications You must be signed in to change notification settings

DKS-wift/Rx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rx

RxSwift , Rxcocoa와 관련된 내용들을 정리한 레포지토리입니다. (2023.06.19 ~ 06.30)

⭐️ Contents ☘️ Date 🔗 Notion Link ✏️ Description
선행개념 06/26, 2023 Here - GCD
- 동기와 비동기 그리고 직렬과 동시의 차이점
Observable, Driver 06/26, 2023 Here - Observable의 생명주기
- Hot, Cold Observable
- UI 작업에 적합한 Driver 개념
Subject 06/26, 2023 Here - 멀티캐스트가 되는 Subject(다수의 Observer에게 공유)
- Observable과 Subject의 차이점
- Subject의 종류: AsyncSubject, BehaviorSubject, PublishSubject, ReplaySubject
RxSwift 06/19, 2023 Here - Practice Code
- github starred repository 검색 구현
- RxSwift의 필요성
- .just, .from, .subscribe
- DisposeBag
- RxCocoa의 등장
RxSwift-Trait 06/30, 2023 Here - Trait의 종류: Single, Completable, Maybe
RxSwift-Operators 06/26, 2023 Here - 주로 쓰이는 Opertaors
RxCocoa 06/30, 2023 Here - RxCocoa의 Trait
- Relay
- Driver와 Signal
- Driver와 Relay의 차이점
- Driver와 Signal의 차이점

About

RxSwift , Rxcocoa 관련 정리 레포 (2023.06.19 ~ 06.30)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages