Beautify Error Messages

I was wondering if anyone had tried to beautify the error messages yet? Right now Errors show as a default alert in chrome… is there an extension or package available that shows errors to users with the same UI look and feel or are we stuck with browser defaults?

No not at all. We just left it out of the guide since it’s a bit trickier to configure. You can use the Modal component that React Bootstrap comes with https://5c507d49471426000887a6a7–react-bootstrap.netlify.com/components/modal/.

I like toastr notifications for alert messages! Easy install and using trough npm: https://github.com/CodeSeven/toastr/blob/master/README.md

1 Like