해당 내용은 RxSwift Reactive Programming with Swift 원서를 따라 정리하였다. 틀린 내용이나 오역이 있다면 지적 부탁드립니다. 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 P43 ~ What is an observable? 옵저버블은 Rx의 심장이다. Observable, ..