Ever heard about a subscription-less component? Think about all the observables you have to subscribe to, and even if you use the async pipe, there are situations where you can’t. It’s a lot of things you have to manage. Is there a smart way to do all this?
@ngrx/store did a great job in managing global state in SPAs. However, nobody talked about the complexity and pain of managing the local component state.