Learn why the Record type is so useful for managing and structuring object types in TypeScript.
Tag: TypeScript
Steve shows you how to create polymorphic components: single adaptable components that can represent different HTML elements in TypeScript.
In this quick tip, from Unleashing the Power of TypeScript, we show how to extend the properties of an HTML element in TypeScript.
We will delve into both types and interfaces, exploring their key differences and practical use cases so that know when to use each of them.
Decorators let us craft a function that tweaks the behavior of a class and its methods. They're now ready for the prime time in TypeScript 5.
An ORM library simplifies the job of writing database queries. Learn about 9 JS and TypeScript ORMs and how they could help you.
In this TypeScript vs JavaScript comparison, you'll learn about TypeScript's advantages and disadvantages, and when and when not to use it.
In this beginner-friendly TypeScript tutorial, you'll learn why it's useful to add types to JavaScript, and how to take advantage of them.
Too many repos to update? Try a monorepo! Learn what a monorepo is, and how to use one to build an app with Nx, Next.js and TypeScript.
Need a simpler way to set up a front-end dev environment? With Vite, you can be up and running with Vue, React and JS in a few clicks.
Ever wished Node was more secure and came with TypeScript support out the box? Deno offers this and more. Learn why many are switching from Node to Deno.
Ever taken a Jamstack view of a REST API? Learn how to evolve an API without breaking clients, with the help of Hapi, Joi, TypeScript, TDD, Mongo and more.
It can be tricky to work with React and TypeScript and find the right answers, so we've put together the best practices and examples to clear your doubts.
Should you pick Angular or React? Pavels Jelisjevs looks in detail at what both frameworks have to offer, and gives some practical advice on how to choose.
Nilson Jacques explains how to install the Deno runtime and how to create a command-line weather program to return a city's weather forecast.
When should you choose Node over its newer, secure runtime rival, Deno? Understand the differences between Deno and Node.
Deno is a secure, Node-like JavaScript and TypeScript runtime that lets you write programs in either language.
We talk about practical ways to get involved in open source TypeScript projects. Learn to assess your level and find opportunities.
Learn how to migrate a React app to TypeScript from JavaScript, and take advantage of type safety for more reliable code.
JavaScript Joe covers a number of practical ways to advance your TypeScript skills to the next level.
James Wright explores the possibilities for using constructs to achieve compile-time immutability in TypeScript with const assertions and recursive types.
TypeScript will make you a better JavaScript developer. You'll feel confident writing code, have fewer errors, and write fewer tests (yay!). Find out why.
Camilo Reyes delves into Redux’s state container by building a payroll processing engine — in plain JavaScript with TypeScript for type checking, and also using Jest to verify the app.
Let's take a look and see how you can start taking advantage of TypeScript's static typing and class-based components in your Vue.js code today.
Florian Rappl covers a set of tips and tricks that should come in handy in every Angular project and beyond when dealing with TypeScript.
Matt Burnett conducts a whistle-stop tour of ten essential Sublime Text plugins that will make you a happier and more productive JavaScript developer.
Get started with this strongly-typed superset of JavaScript. Byron Houwens explains the benefits of types and interfaces in his introduction to TypeScript.
An easy step-by-step guide to show you how to get started building with Angular and to add user authentication to your app using Okta's Sign-In Widget.
Matt Raible takes you through how to build angular authentication in your app in only 20 minutes, using OpenID Connect and Okta.
Add new functionality to your browser! Michaela Lehr shows you how to create your own bookmark manager Chrome extension using Angular 2 and TypeScript.