상세 컨텐츠

본문 제목

RxSwift. Ch.1: Hello, RxSwift!

TIL/RxSwift

by box-jeon 2019. 12. 28. 09:20

본문

Observable 3개를 이어 붙여서 A의 이벤트를 B가 받아 처리하고 마지막으로 C를 방출하는 흐름을 구현하려고 했는데, 선뜻 구현을 못하고 이것저것 뒤지다가 결국 묵혀둔 책을 다시 꺼냈습니다. 쉽게 이해할 수 있을 정도로 단순한 부분에만 Rx를 제한적으로 사용했는데, ReactorKit을 사용하게 되니 요구 사항이 점점 구체적으로 변하게 되네요.

https://store.raywenderlich.com/products/rxswift

 

RxSwift: Reactive Programming with Swift

Leverage the power of RxSwift in your reactive apps! In this RxSwift book, you'll learn how to integrate RxSwift into real-world iOS apps.

store.raywenderlich.com

.NET 3.5의 add-on으로 작성된 reactive extension이 .NET 4.0에 정식으로 포함되고 몇 년 후에 오픈소스화 되면서 다른 플랫폼으로도 퍼져나갔다는 아름다운 이야기. Rx가 풀고자하는 문제는 다음 세 가지입니다.

1. Complexities of asynchronous programming
2. Sharing mutable state
3. Causing side effects

 

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

RxSwift. Ch 6. Filtering Operators in Practice.  (0) 2020.04.25
RxSwift. Ch 5. Filtering Operators  (0) 2020.04.20
RxSwift. Ch 4. Observables & Subjects in Practice  (0) 2020.04.19
RxSwift. Ch 3. Subjects  (0) 2020.04.18
RxSwift. Ch 2. Observables  (0) 2020.01.01

관련글 더보기

댓글 영역