Use case:
In my app, when the user navigates to the "profile" page, a backend query loads the user profile from API calls, and then I wanna cache the profile into the app state for other pages to use. I can't seem to find an easy way to do this, because backend query can't have subsequent actions.