Subjecting State to Good Behavior - Kim Maida

preview_player
Показать описание
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, and come away with knowledge that will help us gain a better understanding of reactive state management.
Рекомендации по теме
Комментарии
Автор

Wow, that was extremely interesting talk! Thanks a lot!

rustammukhametshin
Автор

Good talk. But the main problem with these handmade stores is lack of advanced devtools, such as redux devtools. Thats why I still prefer Ngrx

egorgor