expert
Canonical way to handle exceptions in async functions to perform redirect?
Apparently I have to wrap async calls into [createResource][1] to make its exceptions to be catchable in [ErrorBoundary.fallback][2].
That was my page become something like this
If there is better way, pleas elet me know.
2 replies