24 Stories by John Reilly
In this tutorial, we'll show you how to work with Static Web Apps and demonstrate how to deploy one using GitHub Actions.
Learn about sharable previews, how to implement and test them, and how to overcome challenges associated with lack of standardization.
If you're starting a project and want to make use of static typing, how do you choose between TypeScript or JavaScript with JSDoc?
If you have a website, making it discoverable is paramount. In this guide, we'll show you how to add structured data to your site.
Learn how to authenticate with Google using TypeScript. As a practical example, we'll show you how to acquire and use a refresh token to...
Control flow analysis of aliased conditions, an exciting new feature shipped with TypeScript 4.4, enables you to write more expressive, readable code.
Abstract classes in TypeScript cannot be instantiated directly; only nonabstract subclasses can be. What does this mean for constructor usage?
If you want to have faster builds but don't have the time to go through a big migration, esbuild-loader enables you to use esbuild...
React 18 alpha has just been released, which is an exciting development. But to get it working with TypeScript, you need to make a...
In this tutorial, we'll build a React Hook that enables us to gradually load data without blocking the UI of the browser.
IDB-Keyval is a promise-based API that enables you to persist preferences beyond page refresh in a fashion that will work both online and offline.
Web workers are notoriously difficult to interact with, but Comlink makes the process much more elegant.