Tag: typescript

Upgrading To React 18 With Typescript

Upgrading to React 18 with TypeScript

Dev

The upgrade of the React type definitions to support React 18 involved significant breaking changes. Learn about what the upgrade path looks like.

John Reilly
Apr 21, 2022 ⋅ 3 min read
Typescript Gatsby Project Set Up Nocdn

Setting up a TypeScript and Gatsby project with GraphQL

Dev

Explore Gatsby and its usage with GraphQL and TypeScript. Learn to fetch data in Gatsby apps using GraphQL with either page queries or StaticQuery.

Yomi Eluwande
Apr 13, 2022 ⋅ 9 min read
Understanding Discriminated Union Intersection Types Typescript

Understanding discriminated union and intersection types in TypeScript

Dev

Learn about discriminated union and intersection types in TypeScript and how you can implement them with this guide blog post.

Ikeh Akinyemi
Apr 11, 2022 ⋅ 6 min read
The best TypeScript ORMs

The best TypeScript ORMs

Dev

In this guide to the best TypeScript ORMs, consider the different reasons you may want to use one — and find the best one for your codebase.

Alexander Nnakwue
Apr 7, 2022 ⋅ 11 min read

The definitive guide to typing functions in TypeScript

Dev

Learning how to type functions is an integral part of a TypeScript developer’s toolbox. Learn how in this comprehensive tutorial.

Oloruntobi Awoderu
Apr 6, 2022 ⋅ 5 min read
Typescript Date Strings

Handling date strings in TypeScript

Dev

Improve the developer experience and reduce potential bugs by learning to type date strings in TypeScript.

Alain Perkaz
Apr 4, 2022 ⋅ 3 min read
Essential VS Code Extensions For TypeScript

9 essential VS Code extensions for TypeScript

Dev

Use VS Code extensions like TypeScript ESLint, TypeScript Toolbox, and TypeScript Importer to help configure and use TypeScript easily.

Harsh Patel
Apr 4, 2022 ⋅ 7 min read
Types As Comments: Strong Types, Weakly Held

Type annotations (aka, types as comments): Strong types, weakly held

Dev

Type annotations (aka, types as comments) is a proposal that would allow for the inclusion of types in JavaScript code.

John Reilly
Mar 29, 2022 ⋅ 5 min read
A complete guide to full-stack live reload

A complete guide to full-stack live reload

Dev

As developers, writing code quickly isn’t our only concern. Getting feedback quickly — i.e., while you are coding — is […]

Ashley Davis
Mar 7, 2022 ⋅ 19 min read

How to build a REST API with TypeScript using only native modules

Dev

Learn how to build an API without external modules to sharpen your dev skills and give you the tools to build your own packages.

Rose Chege
Mar 4, 2022 ⋅ 9 min read
React 18, Redux 8, And TypeScript: What You Need To Know

React 18, React Redux 8, and TypeScript: What you need to know

Dev

Learn what you can expect from the React Redux 8 beta, how it works with React 18, and its TypeScript codebase conversion.

Samson Omojola
Feb 2, 2022 ⋅ 5 min read
Methods for TypeScript runtime type-checking

Methods for TypeScript runtime type checking

Dev

Explore five methods of performing TypeScript type checks at runtime in this post and learn each of their advantages and disadvantages.

Sneh Pandya
Feb 1, 2022 ⋅ 9 min read