/** * A computed observable that determines if the current host is localhost. * * This observable automatically updates when the location changes and returns * true if the current host includes 'localhost' in its name. * * @returns An observable boolean that is true when the current host is localhost * * @example * ```tsx * return ( *