VS Code Debugging React Applications
VS Code has a lot of follower in the modern web development community. It’s a light weighted IDE with a lot of functionality. One of my personal most important feature is the capability to debug JavaScript applications. In the past I have used an extension called Chrome Debugger, where I had to create a launch.json …