Any API or method to know when the app is fetching data?
Hey everyone, I was wondering if there is a way to determine when the app is loading or retrieving data? Specifically, when the NProgress is showing on the top of page?
I would like to implement skeletons that show up when some of the dropdowns we have on the page change
Thanks in advance
1 Reply
Hi @mike
it is better to use a task https://solara.dev/documentation/components/lab/task to do operations that take time. Does this help you?