Bug Fixes and Chill: YouTube Series Examples and Practice Code

Welcome to the practice code and examples from my YouTube video series, Bug Fixes and Chill. Here, you'll find a breakdown of each episode along with the corresponding video link and example app.

Most of the debugging tools we discuss are much harder to use on a production app as the code is compiled and pretty much unreadable, I suggest you clone the app locally and then play around with it.

Episode 1: Network Debugging

In this episode, we delve into the intricacies of network debugging.

Episode 2: Dev Tools Debugging

This episode focuses on how to debug using Dev Tools.

Episode 3: Deep Dive into React.js Debugging

In the third episode, we take a deep dive into React.js debugging.