Jul 1, 2022
I'd say it depends on a use case. We use Akita in our app and it works pretty well for us to use `async` pipes in templates for selectors. For some complex scenarios it does make sense to work with a static value. There is no silver bullet.
But since our application is built on top of OnPush strategy, using plain subscriptions is even less attractive for us :)