Investigate using RxJS observables with store-connected properties
Opened this issue · 0 comments
KarlPurk commented
Currently @Store
and @State
just push new changes into a property on the target class.
We should investigate how an implementation using RxJS observables could work.
Would it require a new decorator or can we extend an existing one?
Are these mutually exclusive or should we allow users to mix observables with normal properties?