How do you show implementation errors?
I have problem in my project, that I dont have good way to show if something went wrong and if it happens its hard to see where is the root cause. To fix the erros, I needed to check console logs but those are always messy and hard to read and doing it (nooby way) something like return <div>Error<div> when something being done wrong with my implementation, I cant see it as optimal solution.
0 Replies