It would be really useful if this could support the React Suspense API instead of the client needing to pay attention to the loading flag everywhere.
This would then allow for the UIs to use Suspense to put loading screens at appropriate positions in the stack, instead of forcing them to be down at the place that is actually making the API calls.
It would be really useful if this could support the React Suspense API instead of the client needing to pay attention to the
loadingflag everywhere.This would then allow for the UIs to use Suspense to put loading screens at appropriate positions in the stack, instead of forcing them to be down at the place that is actually making the API calls.