You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a bunch of places in the UI's server code where we throw an error or response. These are mostly "should never happen" type situations, but as we all know, stuff happens!
Remix provides a mechanism for the front-end to deal with these error cases and show components instead of just crashing the app:
We have a bunch of places in the UI's server code where we
throw
an error or response. These are mostly "should never happen" type situations, but as we all know, stuff happens!Remix provides a mechanism for the front-end to deal with these error cases and show components instead of just crashing the app:
There are lots of good blog posts about this, like this one.
Let's start by finding all of the errors we need to deal with, and then we can split up the work of creating UI to show the user when things happen.
cc @Eakam1007, @Ririio, @Myrfion
The text was updated successfully, but these errors were encountered: