DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Nextron v4 : Electron + Next.js with ease

Nextron v4 : Electron + Next.js with ease

59
Comments 4
2 min read
Step up your game, start using Nest!

Step up your game, start using Nest!

6
Comments
1 min read
TypeScript Tips Part II: Declaration Merging

TypeScript Tips Part II: Declaration Merging

18
Comments 1
3 min read
How not to lint your code?

How not to lint your code?

60
Comments 11
13 min read
Build Secure Login for Your Angular App

Build Secure Login for Your Angular App

13
Comments
13 min read
Learning Golang through WebAssembly - Go, WASM, TypeScript and React

Learning Golang through WebAssembly - Go, WASM, TypeScript and React

10
Comments
7 min read
Notes on TypeScript: Type Level Programming Part 1

Notes on TypeScript: Type Level Programming Part 1

27
Comments 3
4 min read
Get Started With TypeScript in 2019

Get Started With TypeScript in 2019

835
Comments 18
12 min read
TypeScript vs Flow with React in the background

TypeScript vs Flow with React in the background

34
Comments 1
8 min read
TypeScript is the new C++

TypeScript is the new C++

16
Comments 3
3 min read
tsearch first public version

tsearch first public version

13
Comments
4 min read
react-schemaorg: Strongly-typed Schema.org JSON-LD for React

react-schemaorg: Strongly-typed Schema.org JSON-LD for React

8
Comments
1 min read
Dynamically build TypeScript string literal type

Dynamically build TypeScript string literal type

37
Comments
3 min read
Notes on TypeScript: Phantom Types

Notes on TypeScript: Phantom Types

74
Comments 1
6 min read
Why did I write another React Native boilerplate

Why did I write another React Native boilerplate

6
Comments
1 min read
Hooked-Form

Hooked-Form

10
Comments
2 min read
A crazy idea and a proof of concept

A crazy idea and a proof of concept

44
Comments 2
3 min read
Why TypeScript is a better option than JavaScript when it comes to functional programming?

Why TypeScript is a better option than JavaScript when it comes to functional programming?

96
Comments 10
7 min read
Eradicating Memory Leaks In JavaScript

Eradicating Memory Leaks In JavaScript

161
Comments 5
17 min read
Typeracer-cli

Typeracer-cli

8
Comments
1 min read
Ketting 2.5 release

Ketting 2.5 release

8
Comments
2 min read
Crypto trading bot

Crypto trading bot

12
Comments
1 min read
Data Visualization and Web Reporting in Angular Project

Data Visualization and Web Reporting in Angular Project

85
Comments 8
5 min read
How to use: npm tags

How to use: npm tags

51
Comments 10
3 min read
RxJS Transducer - Harness the Power of RxJS Operators

RxJS Transducer - Harness the Power of RxJS Operators

28
Comments 9
2 min read
A TypeScript + React Native Starter Kit with React Native Navigation + Redux + Eslint

A TypeScript + React Native Starter Kit with React Native Navigation + Redux + Eslint

25
Comments 3
1 min read
Angular Reactive Forms | Fundamentos

Angular Reactive Forms | Fundamentos

36
Comments 2
5 min read
Notes on TypeScript: ReturnType

Notes on TypeScript: ReturnType

41
Comments 1
3 min read
How to use Typescript with the ASP.NET Core 2.x React Project Template

How to use Typescript with the ASP.NET Core 2.x React Project Template

10
Comments
5 min read
TypeScript Tips Part I

TypeScript Tips Part I

45
Comments 8
3 min read
Typescript Dependency Injection in 200 LOC

Typescript Dependency Injection in 200 LOC

68
Comments 5
8 min read
Is 2019 the year of TypeScript?

Is 2019 the year of TypeScript?

104
Comments 68
1 min read
Notes on TypeScript: Pick, Exclude and Higher Order Components

Notes on TypeScript: Pick, Exclude and Higher Order Components

230
Comments 3
6 min read
Notes on TypeScript: Accessing Non Exported Component Prop Types

Notes on TypeScript: Accessing Non Exported Component Prop Types

26
Comments
2 min read
Creando una API con GraphQL y Apollo - Parte I

Creando una API con GraphQL y Apollo - Parte I

15
Comments 3
8 min read
TypeScript and JSX Part IV - Typing the props of a component

TypeScript and JSX Part IV - Typing the props of a component

37
Comments 1
3 min read
TypeScript: JavaScript + Types = Awesome Developer Productivity

TypeScript: JavaScript + Types = Awesome Developer Productivity

160
Comments 27
48 min read
Announcing v0.5 of my Metadata Reflection API polyfill for TypeScript decorators

Announcing v0.5 of my Metadata Reflection API polyfill for TypeScript decorators

10
Comments
1 min read
Linting Your React+Typescript Project with ESLint and Prettier!

Linting Your React+Typescript Project with ESLint and Prettier!

31
Comments 15
5 min read
You Could be Building a Web app Without Writing any New HTML or CSS code. 😳 🤯

You Could be Building a Web app Without Writing any New HTML or CSS code. 😳 🤯

10
Comments
5 min read
React or Angular for enterprise?

React or Angular for enterprise?

17
Comments 27
1 min read
Intro to the Dojo Router

Intro to the Dojo Router

6
Comments
4 min read
Data fetching in React the functional way powered by TypeScript, io-ts & fp-ts

Data fetching in React the functional way powered by TypeScript, io-ts & fp-ts

87
Comments 8
7 min read
Creando una modal con Vue y Typescript

Creando una modal con Vue y Typescript

12
Comments 8
6 min read
Build AWS Lambda function with typescript only use parcel-bundler

Build AWS Lambda function with typescript only use parcel-bundler

20
Comments
1 min read
⚡ Blitz Tips — RxJs Pipe Is Not A Subscribe!⚡

⚡ Blitz Tips — RxJs Pipe Is Not A Subscribe!⚡

8
Comments
1 min read
Notes on TypeScript: Render Props

Notes on TypeScript: Render Props

27
Comments 2
4 min read
Hve Notes - A static blog writing client

Hve Notes - A static blog writing client

6
Comments
2 min read
Do's and Don'ts at your very first Meetup

Do's and Don'ts at your very first Meetup

10
Comments 2
2 min read
TypeScript and JSX Part I - What is JSX?

TypeScript and JSX Part I - What is JSX?

73
Comments 1
3 min read
Lexing in JS style 😎

Lexing in JS style 😎

55
Comments 5
9 min read
Building chat with Odi (Node.js)

Building chat with Odi (Node.js)

35
Comments
8 min read
Type-safe Vuex State Usage in Components (Without [as many] Decorators)

Type-safe Vuex State Usage in Components (Without [as many] Decorators)

27
Comments 3
4 min read
TypeScript and JSX Part III - Typing JSX children

TypeScript and JSX Part III - Typing JSX children

15
Comments
3 min read
TypeScript and JSX Part II - What can create JSX?

TypeScript and JSX Part II - What can create JSX?

24
Comments 3
4 min read
How to debug Apollo Server with Typescript in Docker with VS Code

How to debug Apollo Server with Typescript in Docker with VS Code

5
Comments
1 min read
How to add pagination in FoalTS

How to add pagination in FoalTS

8
Comments
2 min read
‍️ The 7 Pro Tips To Get Productive With Angular CLI & Schematics

‍️ The 7 Pro Tips To Get Productive With Angular CLI & Schematics

32
Comments 1
11 min read
Migrating to TypeScript, Part 1: Introduction and getting started

Migrating to TypeScript, Part 1: Introduction and getting started

140
Comments 4
6 min read
Level Up your VueJS project with Typescript (Part 3): Vuex

Level Up your VueJS project with Typescript (Part 3): Vuex

11
Comments 2
5 min read
loading...