This chapter discusses different ways to debug React applications. It is mostly about how you, as a developer, react to bugs and issues in React applications.
In this chapter, we will start with the Chrome developer tools, which most of you should already be familiar with. If you are already proficient in the Chrome developer tools, you may skip that section. From there, we will move to our just-food application, which we developed in our last chapter. We’ll break the just-food app by creating some errors and then look at how the Chrome ...