Global loading state

Hi, there is any approach to handle multiple if (isLoading) return <Loading message="Loading.." />? I have multiple components that loads and each time it fetch, it appears multiple loading messages. there is like a global approach to ?
Was this page helpful?