I’d like to implement a global loading spinner (the Mui Linear Progress component). When ever something is loading, it should ‘spin’.
Is there a recommended way of listening to the loading states of all current cells? Are there any hooks I can use?
I’m using Redwood 7.7.3
Thanks