课程: Learning JavaScript Debugging
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Debugging a React application in Chrome - JavaScript教程
课程: 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…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
-
-
Debugging the use of a jQuery plugin6 分钟 7 秒
-
(已锁定)
Debugging a React application in Chrome9 分钟 8 秒
-
(已锁定)
Debugging on iOS using Simulator6 分钟 45 秒
-
(已锁定)
Remote debugging on an Android device3 分钟 23 秒
-
(已锁定)
Challenge: Other people's code7 分钟 52 秒
-
(已锁定)
Solution: Other people's code6 分钟 27 秒
-
(已锁定)
Debugging a Node.js application in WebStorm11 分钟 34 秒
-
(已锁定)
Setting up the WordPress example3 分钟 47 秒
-
(已锁定)
Challenge: Debugging with an IDE2 分钟 5 秒
-
(已锁定)
Solution: Debugging with an IDE4 分钟 47 秒
-
(已锁定)
Debug a WordPress theme in Visual Studio Code5 分钟 51 秒
-
(已锁定)
Use a debugger as a learning tool on a live site5 分钟 51 秒
-
-