Background
I have page that requests several resources from server. To keep track what is going on, I initially had model like:
type alias Model =
{ availableChassis : List Chassis
, chassisLoaded : Bool
, chassisLoading : Bool
...
}
Problem with this is that I have to remember to check those boolean flags while...
🛡️ VERIFIED CYBER INTELLIGENCE ID: #1084322