TtRPC•Created by Mighty Eight on 5/30/2025 in #❓-help Getting global query loading state on client (react)
Is it possible to get the loading state globally for custom functions?
For instance, I want to implement navigationprogress (a moving line at the top) when any query loads and finish when it ends.
Not sure if it's possible.