DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
An Introduction To Blockchain Application Development — Part 2/2

An Introduction To Blockchain Application Development — Part 2/2

9
Comments 1
11 min read
Explain TypeScript to me

Explain TypeScript to me

8
Comments
2 min read
RxJS: Caching Observables with a Decorator

RxJS: Caching Observables with a Decorator

20
Comments 13
4 min read
Resolving path alias in nestjs projects

Resolving path alias in nestjs projects

44
Comments 13
2 min read
Deep Cloning Objects in Angular, Typescript, Javascript

Deep Cloning Objects in Angular, Typescript, Javascript

11
Comments
2 min read
When a service got destroyed in angular

When a service got destroyed in angular

53
Comments 10
3 min read
Unhealthy Code: Primitive Overuse

Unhealthy Code: Primitive Overuse

127
Comments 12
6 min read
fp-ts, sequenceT, and sweet sweet async typed FP

fp-ts, sequenceT, and sweet sweet async typed FP

76
Comments 7
3 min read
Early thoughts on Angular with Redux (NgRx)

Early thoughts on Angular with Redux (NgRx)

7
Comments 6
4 min read
How to redirect in Koa with TypeScript

How to redirect in Koa with TypeScript

7
Comments
1 min read
Getting Started with Lambda functions, SLS and Node

Getting Started with Lambda functions, SLS and Node

6
Comments
4 min read
Convenient development with ts-node on server-side

Convenient development with ts-node on server-side

19
Comments 1
3 min read
Escape plan (from JS to TS) - Simple project - PART #1

Escape plan (from JS to TS) - Simple project - PART #1

8
Comments
2 min read
5 easy wins for cleaner Javascript code 🧹

5 easy wins for cleaner Javascript code 🧹

153
Comments 30
3 min read
mobx-keystone, an alternative to mobx-state-tree without some of its pains

mobx-keystone, an alternative to mobx-state-tree without some of its pains

15
Comments
5 min read
Koos, a decentralised social network

Koos, a decentralised social network

5
Comments
2 min read
Dynamic components right way

Dynamic components right way

13
Comments 4
3 min read
ngx-smart-modal 'onDataAdded' called many times

ngx-smart-modal 'onDataAdded' called many times

9
Comments 1
1 min read
Using fp-ts for HTTP requests and validation

Using fp-ts for HTTP requests and validation

33
Comments 1
10 min read
A React state hook for computed values

A React state hook for computed values

14
Comments 1
2 min read
Typescript. Simple React components.

Typescript. Simple React components.

68
Comments 12
2 min read
I want to run Javascript countup timetracker in the background when page closed

I want to run Javascript countup timetracker in the background when page closed

7
Comments 1
3 min read
Proton-Native vs Vuido vs NodeGUI

Proton-Native vs Vuido vs NodeGUI

12
Comments 3
5 min read
Let's Display The Response From API Beautifully

Let's Display The Response From API Beautifully

14
Comments
1 min read
Simple and Complex Data Validation in Web Atoms

Simple and Complex Data Validation in Web Atoms

11
Comments
4 min read
Data Validation in Typescript Using the Either Pattern

Data Validation in Typescript Using the Either Pattern

48
Comments 8
10 min read
All you need to know about Angular animations

All you need to know about Angular animations

103
Comments 4
8 min read
Angular - Let's build an app together | Part 1

Angular - Let's build an app together | Part 1

9
Comments
4 min read
Migrating from TSLint to ESLint

Migrating from TSLint to ESLint

5
Comments
2 min read
Practice React/TypeScript By Building A Chrome Extension

Practice React/TypeScript By Building A Chrome Extension

200
Comments 8
4 min read
5 TypeScript tips to improve your architecture

5 TypeScript tips to improve your architecture

9
Comments
5 min read
The Holy Trinity of Functional Programming: Map, Filter and Reduce

The Holy Trinity of Functional Programming: Map, Filter and Reduce

224
Comments 17
3 min read
Testing your Amplify Application with Jest and Cypress

Testing your Amplify Application with Jest and Cypress

75
Comments 3
16 min read
TypeScript: how do you share type definitions across multiple projects?

TypeScript: how do you share type definitions across multiple projects?

25
Comments 11
1 min read
From Promises to Observables

From Promises to Observables

181
Comments 2
10 min read
Beautiful-dom; a HTML parser built with TypeScript

Beautiful-dom; a HTML parser built with TypeScript

37
Comments 6
3 min read
Typescript - Using Option Data Type in Redux Reducer

Typescript - Using Option Data Type in Redux Reducer

15
Comments
3 min read
Managing Key-Value Constants in TypeScript

Managing Key-Value Constants in TypeScript

89
Comments 9
2 min read
Advanced NestJS: Dynamic Providers

Advanced NestJS: Dynamic Providers

211
Comments 11
6 min read
Construindo uma Promise do zero

Construindo uma Promise do zero

59
Comments
17 min read
Custom Type Definitions for JavaScript dependencies

Custom Type Definitions for JavaScript dependencies

14
Comments
2 min read
Using React useState hook with TypeScript

Using React useState hook with TypeScript

9
Comments
5 min read
How I created my first MagicMirror² module with Typescript

How I created my first MagicMirror² module with Typescript

9
Comments
3 min read
Top Features of Angular 8: What's New?

Top Features of Angular 8: What's New?

22
Comments 3
6 min read
Setting up TypeScript support in Vaadin

Setting up TypeScript support in Vaadin

5
Comments
3 min read
TSLint -> ESLint/CRA/Typescript/Prettier

TSLint -> ESLint/CRA/Typescript/Prettier

32
Comments
4 min read
Create a Borderlands-style skill tree in 5 minutes

Create a Borderlands-style skill tree in 5 minutes

7
Comments
6 min read
React ui-kit with TS & styled-components: Adding a theme - Part II of II

React ui-kit with TS & styled-components: Adding a theme - Part II of II

11
Comments
4 min read
Adding a UI to your Decentraland Scene - The steps to a basic yet dynamic in-scene interface

Adding a UI to your Decentraland Scene - The steps to a basic yet dynamic in-scene interface

6
Comments 1
10 min read
React ui-kit with TS & styled-components: Bootstrap the project - Part I of II

React ui-kit with TS & styled-components: Bootstrap the project - Part I of II

46
Comments
7 min read
Understanding Discriminated Unions in Typescript

Understanding Discriminated Unions in Typescript

13
Comments
4 min read
Understanding TypeScript Generics

Understanding TypeScript Generics

12
Comments
3 min read
Safe Node.js file operations with fp-ts

Safe Node.js file operations with fp-ts

13
Comments
4 min read
Building A Todo API With NEST-JS And JS Data Structure To Persist Data - 1

Building A Todo API With NEST-JS And JS Data Structure To Persist Data - 1

12
Comments 1
7 min read
Using MessageFormat with Transloco

Using MessageFormat with Transloco

18
Comments
4 min read
Typescript Generics: A Basic Use Case

Typescript Generics: A Basic Use Case

13
Comments
5 min read
Static Typing in a React Application

Static Typing in a React Application

9
Comments
4 min read
Entity-Systems for typescript based games

Entity-Systems for typescript based games

6
Comments
2 min read
A use case for TypeScript Generics

A use case for TypeScript Generics

22
Comments 6
3 min read
Typing Higher Order Components in React

Typing Higher Order Components in React

9
Comments
3 min read
loading...