Tag: typescript

TypeScript Logo

Understanding infer in TypeScript

Dev

The infer keyword and conditional typing in TypeScript allow us to take a type and isolate it for later use. Learn more here.

Simohamed Marhraoui
Oct 5, 2021 ⋅ 4 min read
Exploring Advanced Compiler Options in TypeScript

Exploring advanced compiler options in TypeScript

Dev

Learn advanced TypeScript compiler options such as strictPropertyInitialization, noImplicitThis, noImplicitReturns, and strictNullChecks.

Emmanuel John
Sep 1, 2021 ⋅ 5 min read
Adding Typescript Svelte Project

Adding TypeScript to an existing Svelte project

Dev

Explore three different bundlers that you can use to easily migrate TypeScript code into your Svelte project.

Gregory Pabian
Aug 31, 2021 ⋅ 4 min read
sharing-typescript-code-types-between-microservices-frontend

Make sharing TypeScript code and types quick and easy

Dev

Explore the ways you can save time and more easily share the TypeScript code and types you and your team need in this tutorial.

Ashley Davis
Aug 25, 2021 ⋅ 13 min read
Type flowing: Rethinking the TypeScript typing system

Type flowing: Rethinking the TypeScript typing system

Dev

Learn how to “think with types” and use TypeScript advanced types to build strongly typed systems and make your code safer.

Yan Sun
Aug 19, 2021 ⋅ 8 min read
vanilla-extract tutorial: Create zero-runtime stylesheets in TypeScript

vanilla-extract tutorial: Create zero-runtime style sheets in TypeScript

Dev

vanilla-extract helps you create zero-runtime style sheets in TypeScript. Learn how by building and theming a demo app with React and webpack.

Julio Sampaio
Aug 18, 2021 ⋅ 8 min read
Creating A Chrome Extension With React And TypeScript

Creating a Chrome extension with React and TypeScript

Dev

Learn how Chrome extensions work and communicate, then see how to build one using the full power of React and TypeScript.

Juan Cruz Martinez
Aug 12, 2021 ⋅ 10 min read
Organizing TypeScript Code Using Namespaces

Organizing TypeScript code using namespaces

Dev

TypeScript namespaces prevent bloated global scope and support distributed development. Learn when you’ll need namespaces and how to use them.

Emmanuel John
Aug 10, 2021 ⋅ 3 min read
Improving Error Handling Typescript Exhaustive Type Checking

Improving TypeScript error handling with exhaustive type checking

Dev

Improve the readability of your TypeScript code with an improved approach to error handling that uses exhaustive type checking to implement type safety.

Alain Perkaz
Aug 9, 2021 ⋅ 6 min read
Build a GraphQL and React App with TypeScript

Build a GraphQL + React app with TypeScript

Dev

Build a fully functioning React app using the SpaceX GraphQL API with TypeScript. This tutorial will walk you through each step.

Trey Huffine
Jul 29, 2021 ⋅ 11 min read
Using Sequelize With TypeScript

Using Sequelize with TypeScript

Dev

Learn how to use a single ORM on multiple database types to switch between databases without rewriting code with TypeScript and Sequelize.

Ibiyemi Adewakun
Jul 26, 2021 ⋅ 8 min read
Typescript Dependency Injection Containers

Top 5 TypeScript dependency injection containers

Dev

Cover the top five containers for dependency injection in TypeScript, including Typed Inject, InversifyJS, TypeDI, TSyringe, and NestJS.

Gregory Pabian
Jul 23, 2021 ⋅ 7 min read