News

PWA Studio is an interesting example of what can be done with Visual Studio Code. With its support for both JavaScript and TypeScript, you can use familiar tools and techniques to build and test a ...
Visual Studio Code is a great, free, cross-platform, open source code editor with an extensive library of prebuilt extensions for all kinds of useful, add-on functionality. Sometimes, however, you don ...
In this post, we will see some of the best VS Code Extensions for JavaScript. As you may already know, JavaScript is what allows one to create dynamic websites. That is why using the language ...
It has been the default JavaScript debugger in Visual Studio Code since 1.46 (we're now at v1.58) and is even being rolled out into the Visual Studio IDE. The new debugger can be used without having ...
As promised in February, Microsoft embraced the wildly popular React JavaScript library in Visual Studio 2015 by providing built-in support for its JSX syntax. So I took it for a spin. It works.
IndexedDB allows you to store data on the client to let the user work offline and to reduce demands on the server. Here's enough code to both get you started and to show you the difference between ...