DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How to Debug Nodejs, TypeScript Code in VSCode

How to Debug Nodejs, TypeScript Code in VSCode

164
Comments 8
4 min read
Creating a Markdown Editor in React.js & TypeScript with Deployment through Github Actions

Creating a Markdown Editor in React.js & TypeScript with Deployment through Github Actions

102
Comments
10 min read
Angular Developer Roadmap for 2020 🌈

Angular Developer Roadmap for 2020 🌈

187
Comments 3
3 min read
Typescript Migration (JS to TS)

Typescript Migration (JS to TS)

11
Comments
1 min read
Customizing Gatsby Graphql schema

Customizing Gatsby Graphql schema

6
Comments 1
2 min read
Thinking reactive with Angular Effects

Thinking reactive with Angular Effects

48
Comments
6 min read
Learning to Build a GraphQL API with NestJS and Docker

Learning to Build a GraphQL API with NestJS and Docker

9
Comments 1
1 min read
How to learn TypeScript effectively?

How to learn TypeScript effectively?

190
Comments 5
4 min read
React Context with TypeScript: Part 3 - Context with class components

React Context with TypeScript: Part 3 - Context with class components

6
Comments
4 min read
Getting my feet wet with TypeScript

Getting my feet wet with TypeScript

11
Comments 4
5 min read
Next Right Now - Flexible production-grade boilerplate for building web apps (monorepo), with Next.js, Zeit and TypeScript

Next Right Now - Flexible production-grade boilerplate for building web apps (monorepo), with Next.js, Zeit and TypeScript

19
Comments 1
1 min read
Search component using Typescript, React, Express, PostgresQl

Search component using Typescript, React, Express, PostgresQl

7
Comments
2 min read
Getting started with Angular Effects

Getting started with Angular Effects

46
Comments 1
6 min read
A naive approach to functional programming

A naive approach to functional programming

12
Comments 2
15 min read
TypeScript: Tuples are just fixed length arrays‽ 🤔

TypeScript: Tuples are just fixed length arrays‽ 🤔

6
Comments
2 min read
How to write Xamarin.Forms events in TypeScript?

How to write Xamarin.Forms events in TypeScript?

10
Comments
3 min read
Use State Machine in AppRun Applications

Use State Machine in AppRun Applications

11
Comments
6 min read
Advanced TypeScript Exercises - Answer 5

Advanced TypeScript Exercises - Answer 5

14
Comments 3
2 min read
Axios Mocking in React using Typescript and testing-library

Axios Mocking in React using Typescript and testing-library

98
Comments 6
4 min read
SPA with history mode router in vanilla JS (with potential for SSG)

SPA with history mode router in vanilla JS (with potential for SSG)

13
Comments
3 min read
Async/await in TypeScript

Async/await in TypeScript

12
Comments
9 min read
Axiosfit in a real project - Arango Of Thrones

Axiosfit in a real project - Arango Of Thrones

11
Comments
12 min read
Pragmatic developer: Learn architecture and design patterns. Using ORM and ActiveRecord

Pragmatic developer: Learn architecture and design patterns. Using ORM and ActiveRecord

17
Comments
16 min read
How to write Templates in Xamarin.Forms with TypeScript?

How to write Templates in Xamarin.Forms with TypeScript?

12
Comments
2 min read
Test-Driven Development (TDD) and Why People Get it Wrong

Test-Driven Development (TDD) and Why People Get it Wrong

20
Comments
3 min read
Pass Typescript-like Typed Objects and Arrays to Your Laravel Functions by Leveraging Data Transfer Objects

Pass Typescript-like Typed Objects and Arrays to Your Laravel Functions by Leveraging Data Transfer Objects

6
Comments
2 min read
How SWR works behind the scenes

How SWR works behind the scenes

226
Comments 5
6 min read
Forget NodeJS! Build native TypeScript applications with Deno 🦖

Forget NodeJS! Build native TypeScript applications with Deno 🦖

316
Comments 34
11 min read
Storybook: Doing Component Development the right way

Storybook: Doing Component Development the right way

18
Comments 2
10 min read
Advanced TypeScript Exercises - Question 5

Advanced TypeScript Exercises - Question 5

67
Comments 6
2 min read
GraphQL: Schema first or Code first

GraphQL: Schema first or Code first

9
Comments
1 min read
React Typescript Library Template

React Typescript Library Template

6
Comments 1
1 min read
Writing an Angular Schematic to add a Lazy Loaded Feature Route

Writing an Angular Schematic to add a Lazy Loaded Feature Route

9
Comments
12 min read
Comparing Callbacks, Promises and Async Await in TypeScript

Comparing Callbacks, Promises and Async Await in TypeScript

255
Comments 2
5 min read
Say Goodbye To Provider Hell With react-component-pack

Say Goodbye To Provider Hell With react-component-pack

65
Comments 5
1 min read
Generating Reports in Figma with a Custom Figma Plugin

Generating Reports in Figma with a Custom Figma Plugin

13
Comments 2
9 min read
Flexible validation with fp-ts

Flexible validation with fp-ts

15
Comments
2 min read
Curveball - A typescript microframework

Curveball - A typescript microframework

47
Comments 6
5 min read
Extending the Array map() function

Extending the Array map() function

9
Comments 1
4 min read
How to set up your Gridsome app to use TypeScript

How to set up your Gridsome app to use TypeScript

9
Comments
6 min read
Managing Remote Data with SWR

Managing Remote Data with SWR

26
Comments 3
4 min read
Sapper with Typescript

Sapper with Typescript

7
Comments 1
1 min read
How to architect epic Angular app in less than 10 minutes! ⏱️

How to architect epic Angular app in less than 10 minutes! ⏱️

119
Comments 10
1 min read
TypeORMにおいて、`date` は `Date` でなく `string` にmapされるので気をつけましょう

TypeORMにおいて、`date` は `Date` でなく `string` にmapされるので気をつけましょう

6
Comments
1 min read
Enums in TypeScript

Enums in TypeScript

5
Comments
3 min read
Incrementally migrating a CRA application to TypeScript without ejecting

Incrementally migrating a CRA application to TypeScript without ejecting

42
Comments 3
5 min read
Recursive React component in Typescript

Recursive React component in Typescript

8
Comments
1 min read
Notes on TypeScript: Building a validation library

Notes on TypeScript: Building a validation library

20
Comments 2
4 min read
Using TypeScript Function Overloads For Distinct Component Props

Using TypeScript Function Overloads For Distinct Component Props

7
Comments
2 min read
What's your way of publishing Node.js library for the browser? (also, introducing Rollup)

What's your way of publishing Node.js library for the browser? (also, introducing Rollup)

46
Comments 3
2 min read
On Deno and the future of Node

On Deno and the future of Node

150
Comments 27
5 min read
Flagged enum, why and how

Flagged enum, why and how

18
Comments
3 min read
Opinionated React: Folder Structure & File Naming

Opinionated React: Folder Structure & File Naming

322
Comments 16
3 min read
How to `filter` without `is` in Typescript? the `flatMap` as `filter` technique

How to `filter` without `is` in Typescript? the `flatMap` as `filter` technique

13
Comments 1
3 min read
React Context with TypeScript: Part 2 - Complex context with function components

React Context with TypeScript: Part 2 - Complex context with function components

8
Comments
3 min read
Pretty printing objects with multiline strings in terminal with colors

Pretty printing objects with multiline strings in terminal with colors

9
Comments 1
2 min read
How I Got Rid of State Observables in Angular

How I Got Rid of State Observables in Angular

6
Comments
2 min read
Opinionated React: Component File Structure

Opinionated React: Component File Structure

43
Comments
3 min read
NestJS + Cloud Run With Authentication - Bare Bones

NestJS + Cloud Run With Authentication - Bare Bones

14
Comments
3 min read
My First NPM Library - Web Component using StencilJS

My First NPM Library - Web Component using StencilJS

7
Comments 1
1 min read
loading...