TRPC global loading page
Hey. With trpc/nextjs I'm wondering if its possible to have a global loading context/state which is used across my whole app, whenever a TRPC endpoint
Currently I have to do something like this on every page:
.isFetched property is false, it will display a "loading" symbol. Currently I have to do something like this on every page: