Loading
Current section: Error Handling 7 exercises
Problem

Improving Error Handling and UI on User Profile Page

Transcript

00:00 we've got a pretty ugly looking error on the user profile page. Let's go to username and Cody added a couple of error logs that we could add. So let's uncomment that and boom, we've got this loader error. This is an ugly error page, do not like at all. So that's our loader and then our component,

00:19 same business, looks awful, no fun at all. So what your job is, is to use some of the utilities available from Remix to handle these errors and give it a much nicer look. So that is your job for this exercise. Let's give it a go and we'll see you when you're done.