DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How My Coffee Maker Taught Me to Love Types

How My Coffee Maker Taught Me to Love Types

44
Comments 7
2 min read
@Input @Output decorators in Angular

@Input @Output decorators in Angular

15
Comments
2 min read
5 Commandments for TypeScript programmers

5 Commandments for TypeScript programmers

27
Comments 12
6 min read
Introducing Floyd Framework

Introducing Floyd Framework

6
Comments
1 min read
Compiling modern language features with the TypeScript compiler

Compiling modern language features with the TypeScript compiler

10
Comments
7 min read
Custom Decorators with Storybook & Vue

Custom Decorators with Storybook & Vue

16
Comments
8 min read
Types for JSON data when Consuming APIs in Angular

Types for JSON data when Consuming APIs in Angular

13
Comments 1
2 min read
Creating a simple queue messaging application over HTTP using NodeJs

Creating a simple queue messaging application over HTTP using NodeJs

65
Comments 6
6 min read
Why I coded a micro library for Web Components

Why I coded a micro library for Web Components

74
Comments 3
4 min read
Shawn Wang on His Involvement in Open Source: I Look for Projects That Will Die if I Don't Get Involved

Shawn Wang on His Involvement in Open Source: I Look for Projects That Will Die if I Don't Get Involved

10
Comments
5 min read
The Fullstack Angular Developer

The Fullstack Angular Developer

9
Comments 1
2 min read
What is Haxe and should I care about it?

What is Haxe and should I care about it?

41
Comments 3
4 min read
TypeScript Tutorial - Use "as const" to export colors!

TypeScript Tutorial - Use "as const" to export colors!

71
Comments 2
1 min read
Finally, an easy way to use TypeScript enums

Finally, an easy way to use TypeScript enums

19
Comments 8
3 min read
GraphQL queries easy again - Welcome GraphQL Zeus

GraphQL queries easy again - Welcome GraphQL Zeus

13
Comments
1 min read
Design Patterns for State Management in React and Typescript

Design Patterns for State Management in React and Typescript

19
Comments 2
6 min read
Build your Pokédex: Part 1 - Introduction to NgRX

Build your Pokédex: Part 1 - Introduction to NgRX

224
Comments 6
23 min read
Setting Up A Node Typescript Project in Under 4 minutes

Setting Up A Node Typescript Project in Under 4 minutes

19
Comments 1
3 min read
Optimizing your GraphQL Operations with GraphQL Code Generator and the Relay Compiler

Optimizing your GraphQL Operations with GraphQL Code Generator and the Relay Compiler

10
Comments
1 min read
React components done right with TypeScript mapped and conditional types

React components done right with TypeScript mapped and conditional types

86
Comments 2
6 min read
Improve your Angular app performance by using this simple Observable cache decorator 🎉

Improve your Angular app performance by using this simple Observable cache decorator 🎉

9
Comments
3 min read
#MonadicMonday compilation: July

#MonadicMonday compilation: July

19
Comments
8 min read
Tetris: Choosing the tools and setting up the project

Tetris: Choosing the tools and setting up the project

43
Comments
26 min read
How to resolve import for the .graphql file with typescript and webpack

How to resolve import for the .graphql file with typescript and webpack

69
Comments 10
2 min read
Conversations with the World's JavaScript Developers Part 1

Conversations with the World's JavaScript Developers Part 1

52
Comments 5
11 min read
Typescript HOCs with Apollo in React - Explained.

Typescript HOCs with Apollo in React - Explained.

9
Comments
6 min read
A Beginner's Guide to Generics in Typescript

A Beginner's Guide to Generics in Typescript

19
Comments 1
2 min read
What’s Deno, and how is it different from Node.js?

What’s Deno, and how is it different from Node.js?

60
Comments
6 min read
PokeAPI REST in NodeJS with Express, Typescript, MongoDB and Docker — Part 1

PokeAPI REST in NodeJS with Express, Typescript, MongoDB and Docker — Part 1

57
Comments 5
10 min read
MoleculerJS starter with Typescript, TypeORM, Jest, Built-in CLI, Swagger, Docker and more!

MoleculerJS starter with Typescript, TypeORM, Jest, Built-in CLI, Swagger, Docker and more!

12
Comments
1 min read
JavaScript/TypeScript Async Tips

JavaScript/TypeScript Async Tips

12
Comments
3 min read
PokeAPI REST in NodeJS with Express, Typescript, MongoDB and Docker — Part 2

PokeAPI REST in NodeJS with Express, Typescript, MongoDB and Docker — Part 2

18
Comments 1
7 min read
PokeAPI REST in NodeJS with Express, Typescript, MongoDB and Docker — Part 3

PokeAPI REST in NodeJS with Express, Typescript, MongoDB and Docker — Part 3

25
Comments 3
9 min read
Fullstack React Material Dashboard (App framework)

Fullstack React Material Dashboard (App framework)

18
Comments
4 min read
Javascript Composable Decoders with Validation

Javascript Composable Decoders with Validation

42
Comments
10 min read
How to create a reactive form in Angular

How to create a reactive form in Angular

16
Comments 1
6 min read
Really typing Vue

Really typing Vue

78
Comments 5
7 min read
The meaning of union and intersection types

The meaning of union and intersection types

6
Comments 5
4 min read
Learning TypeScript with React - Part 2 (The what, why and how of interfaces)

Learning TypeScript with React - Part 2 (The what, why and how of interfaces)

142
Comments 4
6 min read
How I Set Up A New Angular Project

How I Set Up A New Angular Project

64
Comments 4
6 min read
An Introduction To Blockchain Application Development - Part 1/2

An Introduction To Blockchain Application Development - Part 1/2

33
Comments
8 min read
Learning TypeScript with React - Part 1

Learning TypeScript with React - Part 1

210
Comments 7
6 min read
Modeling Schema.org JSON-LD in TypeScript: A Story in Four Parts

Modeling Schema.org JSON-LD in TypeScript: A Story in Four Parts

12
Comments 2
4 min read
Just My Type: Rolling a fresh TypeScript project with Jest, ESLint and Prettier in 2019

Just My Type: Rolling a fresh TypeScript project with Jest, ESLint and Prettier in 2019

106
Comments 7
5 min read
Top 10 Github Apps on Marketplace to Use as Junior JavaScript Developers in 2019

Top 10 Github Apps on Marketplace to Use as Junior JavaScript Developers in 2019

103
Comments
2 min read
Build a dropdown in React using Downshift + TS

Build a dropdown in React using Downshift + TS

14
Comments
8 min read
Angular - Translate Enums (i18n)

Angular - Translate Enums (i18n)

10
Comments 7
2 min read
Meteor vs Webpack vs Parcel

Meteor vs Webpack vs Parcel

73
Comments 17
3 min read
Build a GraphQL + React app with TypeScript

Build a GraphQL + React app with TypeScript

12
Comments
13 min read
const assertions are the killer new TypeScript feature

const assertions are the killer new TypeScript feature

8
Comments
7 min read
Using TypeScript transforms to enrich runtime code

Using TypeScript transforms to enrich runtime code

7
Comments
12 min read
How to limit front-end bugs

How to limit front-end bugs

6
Comments
8 min read
Is Typescript on Node.js good enough for Java developers?

Is Typescript on Node.js good enough for Java developers?

6
Comments
19 min read
A simple audio sequencer using Web Audio Api & Angular

A simple audio sequencer using Web Audio Api & Angular

8
Comments 8
4 min read
Angular + @ngx-translate + Typings

Angular + @ngx-translate + Typings

139
Comments 6
5 min read
Redux meets hooks for non-redux users: a small concrete example with reactive-react-redux

Redux meets hooks for non-redux users: a small concrete example with reactive-react-redux

7
Comments
4 min read
Typesafe Frontend Development

Typesafe Frontend Development

25
Comments 1
7 min read
#MonadicMonday compilation: June

#MonadicMonday compilation: June

15
Comments
8 min read
Publish a modern JavaScript (or TypeScript) library

Publish a modern JavaScript (or TypeScript) library

15
Comments
3 min read
Transpile modern language features with Babel

Transpile modern language features with Babel

16
Comments 1
12 min read
loading...