Mar 4, 2021
It’s just a simplification. But you can assume that the “isLoading” flag would be a property of a specific screen State object.
But, generally speaking, you can structure the AppState in whichever way is more convenient for your app. Typically it makes sense to organize the AppState in different substates, one per screen. But it doesn’t need to be a rule.