Subjecting State to Good Behavior
At RxJS Live 2019, Kim Maida delivers this address discussing RxJS and State.
Apps of all sizes need to manage state. What if we can’t afford the code cost and indirection of a Redux-like third party state machine? What if we don’t want to decouple our business layer? Let’s use RxJS to set up reactive, uncomplicated state management using behavior subjects, observables, and immutability.
In this talk, we explore scaling up a store with RxJS from extremely simple to more robust, …