Observable (Computing): Difference between revisions

Content deleted Content added
Dpradeepc (talk | contribs)
No edit summary
Added {{Notability}} and {{Expert needed}} tags (within {{multiple issues}}) tag to article (TW)
Line 1:
{{Multiple issues|
{{Notability|date=June 2019}}
{{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. 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>