DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
🚀 Visualizing memory management in V8 Engine (JavaScript, NodeJS, Deno, WebAssembly)

🚀 Visualizing memory management in V8 Engine (JavaScript, NodeJS, Deno, WebAssembly)

401
Comments 13
11 min read
Selective Angular Component Rendering with ngSwitch

Selective Angular Component Rendering with ngSwitch

17
Comments 1
3 min read
Why You Don't Need Types in JSDoc when Documenting TypeScript

Why You Don't Need Types in JSDoc when Documenting TypeScript

16
Comments 8
2 min read
How to add Barrels in TypeScript (or JavaScript)

How to add Barrels in TypeScript (or JavaScript)

63
Comments 14
2 min read
Partial Types in TypeScript

Partial Types in TypeScript

3
Comments
2 min read
Readonly<T> and Better Error Messages

Readonly<T> and Better Error Messages

4
Comments
3 min read
How to write a custom structural directive to display only authorized sections of a page in Angular

How to write a custom structural directive to display only authorized sections of a page in Angular

10
Comments
2 min read
How to write a custom *ngIf directive to display only authorized views

How to write a custom *ngIf directive to display only authorized views

8
Comments
2 min read
Generics in The Trade-off Triangle

Generics in The Trade-off Triangle

8
Comments
1 min read
4 videos on angular optimization

4 videos on angular optimization

44
Comments
1 min read
Testable Code 101

Testable Code 101

9
Comments
3 min read
🚄Node On Rails: Finding the backend server: exploring NestJS Part 1!

🚄Node On Rails: Finding the backend server: exploring NestJS Part 1!

75
Comments 3
5 min read
NVM - Node Version Manager

NVM - Node Version Manager

12
Comments
4 min read
Modern <s>JavaScript</s> TypeScript

Modern <s>JavaScript</s> TypeScript

7
Comments
8 min read
Inferring types with TypeScript

Inferring types with TypeScript

15
Comments
4 min read
Angular Reactive Forms - Some Type Safety~

Angular Reactive Forms - Some Type Safety~

8
Comments 1
2 min read
Idiomatic way to implement this in golang

Idiomatic way to implement this in golang

11
Comments 4
1 min read
Why we used Typescript instead of Java on Serverless

Why we used Typescript instead of Java on Serverless

13
Comments 1
10 min read
TypeScript: Effizient Flat-Daten in einen Baum umwandeln

TypeScript: Effizient Flat-Daten in einen Baum umwandeln

8
Comments
4 min read
Typescript - simple model/collection package

Typescript - simple model/collection package

8
Comments
1 min read
How to do dynamic imports on AngularJs

How to do dynamic imports on AngularJs

6
Comments
3 min read
The only pagination you'll ever need 1️⃣2️⃣3️⃣4️⃣5️⃣ (a React hook example)

The only pagination you'll ever need 1️⃣2️⃣3️⃣4️⃣5️⃣ (a React hook example)

63
Comments 2
3 min read
How would you want the rich text editor for your end users to be?

How would you want the rich text editor for your end users to be?

5
Comments 2
1 min read
Top Reasons Why Your Angular App Is Slow

Top Reasons Why Your Angular App Is Slow

191
Comments 3
8 min read
Automatically Alphabetize Translation JSON Files

Automatically Alphabetize Translation JSON Files

6
Comments
3 min read
Introduction to TypeScript Functions: Anonymous Functions and More

Introduction to TypeScript Functions: Anonymous Functions and More

11
Comments
4 min read
Introduction to TypeScript Functions

Introduction to TypeScript Functions

9
Comments
6 min read
How To Immutably Update An Array In TypeScript

How To Immutably Update An Array In TypeScript

27
Comments 5
4 min read
Optional Chaining — Using it already

Optional Chaining — Using it already

7
Comments 2
4 min read
TypeScript Full Stack project (Part III) - NestJS, the server-side

TypeScript Full Stack project (Part III) - NestJS, the server-side

8
Comments
1 min read
Testing Web Components in React?

Testing Web Components in React?

55
Comments
6 min read
Typescript: Learning Through Doing The Basics

Typescript: Learning Through Doing The Basics

38
Comments
7 min read
Better Angular performance with ChangeDetectionStrategy OnPush

Better Angular performance with ChangeDetectionStrategy OnPush

11
Comments
3 min read
Null coalescing in TypeScript

Null coalescing in TypeScript

3
Comments
1 min read
SAM Pattern : Where should I put this code?

SAM Pattern : Where should I put this code?

9
Comments
13 min read
Better File Uploads in React using axios and React Circular Progressbar

Better File Uploads in React using axios and React Circular Progressbar

26
Comments 1
5 min read
Best Courses / Resources / Tutorials to Learn Typescript & Angular?

Best Courses / Resources / Tutorials to Learn Typescript & Angular?

18
Comments 10
1 min read
Introduction to TypeScript Data Types (Part 1)

Introduction to TypeScript Data Types (Part 1)

59
Comments
5 min read
How to use Userbase in a React web app with TypeScript

How to use Userbase in a React web app with TypeScript

25
Comments 5
5 min read
Gatsby Transformer Leasot

Gatsby Transformer Leasot

4
Comments
4 min read
💻💨 Quick TypeScript - Make Object Literal Properties Read-only

💻💨 Quick TypeScript - Make Object Literal Properties Read-only

21
Comments 2
1 min read
Plugcore, an Open Source Framework based on Nodejs & Typescript

Plugcore, an Open Source Framework based on Nodejs & Typescript

8
Comments
3 min read
Typescript - Manipulating Deeply Nested Immutable Objects with Lenses

Typescript - Manipulating Deeply Nested Immutable Objects with Lenses

6
Comments 2
3 min read
Typescript Tips and Tricks

Typescript Tips and Tricks

26
Comments 1
2 min read
Modern State Management with Overmind.js

Modern State Management with Overmind.js

87
Comments 5
7 min read
Setting up a React Native project (TypeScript + Airbnb linter)

Setting up a React Native project (TypeScript + Airbnb linter)

62
Comments 2
1 min read
How I started learning Functional Programming

How I started learning Functional Programming

90
Comments 1
5 min read
React Redux with TypeScript

React Redux with TypeScript

20
Comments 5
2 min read
So, your friends hate Typescript. Using Typescript without using Typescript.

So, your friends hate Typescript. Using Typescript without using Typescript.

17
Comments 7
2 min read
Understanding and Working with Javascript Objects

Understanding and Working with Javascript Objects

10
Comments
5 min read
TS async data creation helper function

TS async data creation helper function

7
Comments
1 min read
Beginning Web Accessibility in React

Beginning Web Accessibility in React

11
Comments
4 min read
Notes on TypeScript: Handling Side-Effects

Notes on TypeScript: Handling Side-Effects

20
Comments 1
6 min read
Testando tipos genéricos com ts-infer

Testando tipos genéricos com ts-infer

3
Comments
3 min read
How to use moment.js with React

How to use moment.js with React

14
Comments
1 min read
Integrating web workers in a React app with Comlink

Integrating web workers in a React app with Comlink

19
Comments
9 min read
TDD without realizing it!

TDD without realizing it!

10
Comments
2 min read
Data Fingerprinting in JavaScript

Data Fingerprinting in JavaScript

58
Comments 1
6 min read
Mentoring? Would you be interested?

Mentoring? Would you be interested?

6
Comments 5
1 min read
Using Window.localStorage with React

Using Window.localStorage with React

7
Comments
2 min read
loading...