Observable (Computing): Difference between revisions

Content deleted Content added
No edit summary
Line 7:
{{Expert needed|1=Computer Science|reason=needs academic sources on this|date=June 2019}}
}}
An observable is one of the key components of [[reactive programming]] and was a proposed standard for managing asynchronous data in [[ECMAScript]] 2017.{{Citation needed}} An observable can be defined as a collection where data arrives over time and thus opening up a channel for continuous asynchronous communication. The concept of observables is based on the classic observer design pattern, one or many observer's can subscribe to the observable and get notified whenever the observable is updated.<ref>http://reactivex.io/documentation/observable.html</ref>
 
==Composition with Reactive Operators==