typescript

Building Type Safe Forms In React With React Ts Form

Building type-safe forms in React with react-ts-form

react-ts-form is a complete and customizable library for creating more maintainable type-safe forms in React while avoiding boilerplate code.
Antonello Zanini
8 min read

Using ArkType for TypeScript runtime validation

Learn about ArkType, a new library for TypeScript that parses type definitions into strings and converts them to state objects.
Yan Sun
7 min read
Using TypeScript With Redux Toolkit

Using TypeScript with Redux Toolkit

In this tutorial, we learn how to set up and use TypeScript with Redux Toolkit, which makes implementing Redux less tedious.
Olasunkanmi John Ajiboye
6 min read
Getting Started With the TypeScript Satisfies Operator

Getting started with the TypeScript satisfies operator

The TypeScript satisfies operator is a new and better approach to type-safe configuration in TypeScript released in TypeScript v4.9.
Temitope Oyedele
5 min read
Publishing Node Modules With TypeScript And ES Modules

Publishing Node modules with TypeScript and ES modules

Write and publish Node modules using TypeScript and ES modules so you can provide an easy experience for the consumers of...
Jack Franklin
11 min read
Using the TypeScript generic type to create reusable components

Using TypeScript generics to create reusable components

Learn how to use generic TypeScript types to create reusable components, ensure type safety, and make your code more readable in...
Ishan Manandhar
7 min read
Using Modern Decorators TypeScript

Using modern decorators in TypeScript

Decorators in TypeScript 5.0 offers many benefits. Walk through a demo and learn how to refactor existing decorators.
Alec Brunelle
6 min read
Build a Component Library With React and TypeScript

How to build a component library with React and TypeScript

In this article, we’ll learn what a component library is and how to build our component library with React and TypeScript.
Madushika Perera
16 min read
Using Next.js With TypeScript

Using Next.js with TypeScript

In this tutorial, we’ll demonstrate how to use Next.js with TypeScript to build high-quality, search-optimized, and predictable apps.
Ibrahima Ndaw
13 min read
Setting Up A Monorepo With Lerna For A TypeScript Project

Setting up a monorepo with Lerna for a TypeScript project

Learn the process for how to set up a monorepo with Lerna and configure it for TypeScript, as well as alternatives...
Vlado Tesanovic
8 min read

Pattern matching and type safety in TypeScript

Although TypeScript doesn’t have native pattern matching, its community has created several pattern matching libraries that offer more expressive and concise...
Michal Zalecki
8 min read
Building a TypeScript CLI with Node.js and Commander

Building a TypeScript CLI with Node.js and Commander

Learn how to use Commander with TypeScript to build powerful CLIs.
Stanley Ulili
18 min read