...

/

Store as Observable

Store as Observable

Learn about Observable and how the store works with it.

We'll cover the following...

Observable allows libraries like RxJSlibrary for composing asynchronous and event-based programs by using observable sequences to subscribe to the store’s state changes. This subscription method is different from the regular subscribe() method of the store: when subscribing to the store as an Observable, the ...