sycamore::futures

Function use_is_loading_global

pub fn use_is_loading_global() -> bool
Expand description

Returns whether any suspense scope is current loading.

This is unlike use_is_loading in that it can be called outside of a suspense scope and does not apply to any suspense scope in particular.