Debugging React with Visual Studio Code

preview_player
Показать описание
Learn how to debug React code using Visual Studio Code.

----
Video Suggestions:

----
Follow Me Online Here:

----
#benawad

----
#benawad
Рекомендации по теме
Комментарии
Автор

Thank you for not cutting the video and letting us see the problems that you ran into! Because I have the same problem that you encountered too, and I thought maybe there's something wrong with my approach.

Rose-
Автор

I have observed one weird behaviour. I'm not sure if it's just me. When stepping thru react code or any JS or TS code. the breakpoint is hit multiple times without any obvious reason and often the code is executed mutiple times. Why is that?

einfacherkerl
Автор

So how common is it to use the debugger vs console.log() ?

etayluz
Автор

console logs... you are an absolute MAD LAD :-)

real-neo-altair
Автор

Hey does this work the same if you happen to be using Typescript and CRA ?

mattmarkus
Автор

so you don't get - Breakpoint ignored because generated code not found (source map problem?). how is that ? =/

randompointlessness
Автор

that's the issue of programming framework

ggxue