In a project, we need to subscribe to changes in class properties (variables).
In ReactiveX you can do this through BehaviorSubject and subscribe. Are there newer, modern and up-to-date analogues of the ReactiveX library?
In a project, we need to subscribe to changes in class properties (variables).
In ReactiveX you can do this through BehaviorSubject and subscribe. Are there newer, modern and up-to-date analogues of the ReactiveX library?