본문 바로가기
Swfit/RxSwift

RxSwift와 RxCocoa의 차이점

by GGShin 2023. 1. 1.
RxSwift RxCocoa
framework framework
새로운 데이터에 반응하고 순서대로(sequential) 처리하는 비동기적 프로그램을 개발할 수 있도록 돕는 framework Cocoa API를 reactive 기술과 함께 더욱 편하게 사용할 수 있도록 돕는 framework

 

 

 

참고자료

https://www.kodeco.com/1228891-getting-started-with-rxswift-and-rxcocoa

 

Getting Started With RxSwift and RxCocoa

Use the RxSwift framework and its companion RxCocoa to take a chocolate-buying app from annoyingly imperative to awesomely reactive.

www.kodeco.com

 

반응형

'Swfit > RxSwift' 카테고리의 다른 글

RxSwift란  (0) 2022.12.18
RxSwift-Observable, Subject, Relay 알아보기  (0) 2022.11.19
RxSwift-Operator 종류 알아보기: Interval  (0) 2022.11.18