DEV Community

Discussion on: ToDo List With Django, DRF, Alpine.JS, and Axios

Collapse
 
m4r4v profile image
m4r4v

I really enjoyed reading this post.

I do have a question, why showing exceptions on console?

Collapse
 
druidmaciek profile image
Maciej

Thank you, I appreciate it.

Do you mean the exceptions in the Axios requests? I just put them for debugging purposes, normally I would add there the code to show up an error message to the user.