React Facades + RxJS
8 min readJan 14, 2020
--
State Management
Applications often (a) need to share or reuse data and (b) have many events to change data. State management allows us to centralize data changes and control the insanity.
Developers often approach state management with reluctance, fear, and a naive understanding of when and how to use it.
I decided to write this tutorial to demonstrate real-world…