takes > 1 second? // promise + test + time? • What if create account takes > 10 second? // promise + timeout ? • What if it fails al together? // promise + retry logic? • Cognitive overload // Is it a promise or an observable? (hint: flow/typescript)