Tag: typescript

How to incrementally migrate a Gatsby app to TypeScript

Dev

Migrating to TypeScript can be a painful process, but doing so incrementally can make it easier – learn how in this complete guide.

Rafael Quintanilha
Jul 27, 2022 ⋅ 6 min read
Build a task tracker with SolidJS and TypeScript

Build a task tracker with SolidJS and TypeScript

Dev

Follow this step-by-step tutorial to build a web app using SolidJS.

Ebenezer Don
Jun 29, 2022 ⋅ 10 min read
Extending Enums in Typescript

How to extend enums in TypeScript

Dev

One language mechanism that’s pivotal to TypeScript is enums. Let’s explore what they are, how they work, and how to extend them.

Kealan Parr
Jun 28, 2022 ⋅ 5 min read
Whats New In TypeScript 4.7

What’s new in TypeScript 4.7

Dev

TypeScript 4.7 includes significant updates and improvements revolving around new features for type inference, ESM integration, and more.

Ishan Manandhar
Jun 6, 2022 ⋅ 9 min read
Pothos vs. TypeGraphQL for TypeScript schema building

Pothos vs. TypeGraphQL for TypeScript schema building

Dev

In this guide to Pothos and TypeGraphQL, compare their features and ideal use cases, and learn how to get started with GraphQL schema building in TypeScript.

Alexander Nnakwue
Jun 3, 2022 ⋅ 8 min read
Build A GraphQL App In Node.Js With TypeScript And Graphql-request

Build a GraphQL app in Node.js with TypeScript and graphql-request

Dev

Build a full-stack app using GraphQL and Node.js in the backend for a more user friendly interface with helpful elements and buttons.

Hussain Arif
Jun 2, 2022 ⋅ 9 min read
Build Strongly Typed Polymorphic Components With React And TypeScript

Build strongly typed polymorphic components with React and TypeScript

Dev

Learn how to build strongly typed polymorphic React components with TypeScript, using familiar UI component props as guides.

Ohans Emmanuel
May 25, 2022 ⋅ 24 min read
From Create React App To PWA

Build a progressive web app (PWA) with React

Dev

Progressive web apps are a (terribly named) wonderful idea. Our tutorial takes you from CRA to PWA in a snap.

John Reilly
May 19, 2022 ⋅ 8 min read
Typescript 4.7 ECMAScript Module Support

Understanding TypeScript 4.7 and ECMAScript module support

Dev

As part of the TypeScript 4.7 release comes a major upgrade to ECMAScript module support for Node.js. Learn what this means going forward.

John Reilly
May 18, 2022 ⋅ 4 min read
Typeorm Node Typescript

TypeORM: Object-relational mapping with Node.js

Dev

Explore creating ORMs in JavaScript, learn about TypeORM, an important JavaScript ORM, and finally build a Node.js and TypeScript application using TypeORM.

Oyetoke Tobi
May 17, 2022 ⋅ 4 min read
Optional chaining and nullish coalescing in TypeScript

Optional chaining and nullish coalescing in TypeScript

Dev

Use two features of TypeScript 3.7: optional chaining and nullish coalescing, to write simple code without never-ending conditionals.

Matteo Di Pirro
Apr 27, 2022 ⋅ 4 min read
Tool Logos Over Code Background

How to detect dead code in a frontend project

Dev

Explore different approaches to detect dead code in your frontend project that can be used interchangeably and in combination.

Iva Kop
Apr 26, 2022 ⋅ 5 min read