From the course: Learning JavaScript Debugging
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Debugging a React application in Chrome - JavaScript Tutorial
From the course: Learning JavaScript Debugging
Debugging a React application in Chrome
- [Instructor] In this video, we're going to look at an example using React with both the built-in debugger and React's own custom developer tools. If you've never seen React before, it's a very popular JavaScript user interface framework based on components. So you break up your project into logical pieces with their own bits of data all built in JavaScript and assemble your UI from those components. As we'll see, the syntax used in building those components is different than you might have seen before. But ultimately, it's all JavaScript. This example involves some Ajax, so to run it successfully, you'll need a local web server. I'm using MAMP, which is available for macOS or Windows, but there are tons of options available. If you don't have a local web server like this and you want to learn more, you can search the library for Apache or local web server and find lots of videos with more detail. I've copied the exercise…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
Debugging the use of a jQuery plugin6m 7s
-
(Locked)
Debugging a React application in Chrome9m 8s
-
(Locked)
Debugging on iOS using Simulator6m 45s
-
(Locked)
Remote debugging on an Android device3m 23s
-
(Locked)
Challenge: Other people's code7m 52s
-
(Locked)
Solution: Other people's code6m 27s
-
(Locked)
Debugging a Node.js application in WebStorm11m 34s
-
(Locked)
Setting up the WordPress example3m 47s
-
(Locked)
Challenge: Debugging with an IDE2m 5s
-
(Locked)
Solution: Debugging with an IDE4m 47s
-
(Locked)
Debug a WordPress theme in Visual Studio Code5m 51s
-
(Locked)
Use a debugger as a learning tool on a live site5m 51s
-
-