How to debug a React app

1 · Damian Demasi · May 2, 2022, 7:49 p.m.
Introduction Since I started working as a software developer, I find myself spending the majority of the day debugging a big react app. This is not the result of a poorly implemented code, but what I feel is the natural process in which I find myself involved daily: I can debug to find the root cause of an actual bug Or I can debug as part of the normal development process (most likely) When hunting for actual bugs in the code, we need to focus on tools and systematic processes to analyse the...