DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Build Your First Voice-Driven Web Application

Build Your First Voice-Driven Web Application

92
Comments 1
12 min read
Making Lambda@Edge and executing `cdk deploy` occurred a 400 Error with "The function cannot have environment variables"

Making Lambda@Edge and executing `cdk deploy` occurred a 400 Error with "The function cannot have environment variables"

2
Comments
1 min read
TypeScript and JavaScript conditional chaining; a conditional trap?

TypeScript and JavaScript conditional chaining; a conditional trap?

10
Comments
4 min read
Vue 3 & Vuex 4: useStoreModule composable

Vue 3 & Vuex 4: useStoreModule composable

17
Comments 3
2 min read
GraphAV - A graph algorithms visualizer built using React and Typescript

GraphAV - A graph algorithms visualizer built using React and Typescript

16
Comments
1 min read
Server Side Rendering Visualized

Server Side Rendering Visualized

7
Comments
3 min read
How to create a Full-Featured Modal Component in Svelte, and trap focus-within

How to create a Full-Featured Modal Component in Svelte, and trap focus-within

28
Comments 6
6 min read
Full Stack Reddit Clone - Spring Boot, React, Electron App - Part 3

Full Stack Reddit Clone - Spring Boot, React, Electron App - Part 3

7
Comments
6 min read
The true prototypial nature beneath "JavaScript classes"

The true prototypial nature beneath "JavaScript classes"

9
Comments 7
5 min read
What is cool about the ChronoGraph? Part #2 - Unlimited stack depth

What is cool about the ChronoGraph? Part #2 - Unlimited stack depth

7
Comments
3 min read
สอนวิธีเซ็ตโปรเจค TypeScript / มาใส่ไทป์ให้ JavaScript เพื่อลดความผิดพลาดในการเขียนโค้ดกันดีกว่า

สอนวิธีเซ็ตโปรเจค TypeScript / มาใส่ไทป์ให้ JavaScript เพื่อลดความผิดพลาดในการเขียนโค้ดกันดีกว่า

3
Comments
2 min read
Is it possible for a JS library to have full TS support, but doesn't use TS extension?

Is it possible for a JS library to have full TS support, but doesn't use TS extension?

5
Comments 1
1 min read
Let's talk about how React is only a view layer

Let's talk about how React is only a view layer

34
Comments 6
7 min read
A micro API in Firebase and Cloudflare Workers

A micro API in Firebase and Cloudflare Workers

31
Comments 1
7 min read
Exploring ViewChild Selectors

Exploring ViewChild Selectors

6
Comments
2 min read
Full Stack Reddit Clone - Spring Boot, React, Electron App - Part 1

Full Stack Reddit Clone - Spring Boot, React, Electron App - Part 1

79
Comments
3 min read
Checkout Animation Microinteraction for E-Commerce

Checkout Animation Microinteraction for E-Commerce

8
Comments
1 min read
Cool stuff with Typescript

Cool stuff with Typescript

149
Comments 9
7 min read
Disable Interpolation Angular

Disable Interpolation Angular

7
Comments 1
1 min read
On useless try-catches, being overly defensive, I/O boundaries and variable scope

On useless try-catches, being overly defensive, I/O boundaries and variable scope

6
Comments 3
2 min read
Modern TypeScript project template

Modern TypeScript project template

8
Comments
5 min read
Doing a personal website with next js and DatoCMS

Doing a personal website with next js and DatoCMS

8
Comments
4 min read
Getting Started With React + TypeScript + Tailwind + Classnames In Minutes

Getting Started With React + TypeScript + Tailwind + Classnames In Minutes

63
Comments 3
4 min read
Compiling TypeScript to ESNext for Back-End node.js Apps

Compiling TypeScript to ESNext for Back-End node.js Apps

12
Comments 3
2 min read
Webpack, React, Typescript, React Hot Loader

Webpack, React, Typescript, React Hot Loader

11
Comments 1
5 min read
A simple metrics (invocation count, run-time) tool in JavaScript/TypeScript/GoogleAppsScript

A simple metrics (invocation count, run-time) tool in JavaScript/TypeScript/GoogleAppsScript

5
Comments
2 min read
Create a Single Line Chart in React with @vx

Create a Single Line Chart in React with @vx

5
Comments
6 min read
Simple snippet to shuffle array

Simple snippet to shuffle array

5
Comments 3
1 min read
Dynamically Convert Plain Objects Into TypeScript Classes

Dynamically Convert Plain Objects Into TypeScript Classes

28
Comments 2
8 min read
Understanding Variables, Scope, and Hoisting in JavaScript

Understanding Variables, Scope, and Hoisting in JavaScript

6
Comments
9 min read
TypeDraft: Language is the New Framework

TypeDraft: Language is the New Framework

4
Comments
1 min read
A web-based desktop environment

A web-based desktop environment

140
Comments 26
2 min read
How I structure my React /TS applications

How I structure my React /TS applications

241
Comments 9
3 min read
Refactoring Typescript using the Companion Object Pattern

Refactoring Typescript using the Companion Object Pattern

9
Comments
6 min read
Getting Started with Angular Reactive Forms

Getting Started with Angular Reactive Forms

2
Comments
1 min read
How to Handle the Emergence of Complexity in Software

How to Handle the Emergence of Complexity in Software

63
Comments 2
8 min read
Strong Typed React Router

Strong Typed React Router

7
Comments
3 min read
Discovering Typescript Part 1

Discovering Typescript Part 1

4
Comments
4 min read
Is this the reason why your documentation failed?

Is this the reason why your documentation failed?

4
Comments 3
1 min read
TypeScript, simplified import paths, and what you have to be careful

TypeScript, simplified import paths, and what you have to be careful

9
Comments
2 min read
More readable conditional with Array.includes()

More readable conditional with Array.includes()

35
Comments 8
1 min read
รู้จักกับ TypeScript - ประวัติของภาษาที่เติมไทป์ให้กับ JavaScript

รู้จักกับ TypeScript - ประวัติของภาษาที่เติมไทป์ให้กับ JavaScript

11
Comments
1 min read
Generate Typescript from Java

Generate Typescript from Java

9
Comments
2 min read
Make own Angular Searchable Component

Make own Angular Searchable Component

4
Comments
1 min read
Uploading files to S3 with serveless

Uploading files to S3 with serveless

56
Comments 1
13 min read
Nextjs TailwindCSS Typescript Starter

Nextjs TailwindCSS Typescript Starter

18
Comments 7
2 min read
Removing repetitions from Array using the class Set

Removing repetitions from Array using the class Set

7
Comments 2
1 min read
Differential Loading for Legacy Browser Support in Angular 9

Differential Loading for Legacy Browser Support in Angular 9

7
Comments
3 min read
How I simplified my import paths in TypeScript

How I simplified my import paths in TypeScript

123
Comments 14
1 min read
Jordan Parses Large CSVs

Jordan Parses Large CSVs

6
Comments
4 min read
TypeScript and noImplicitAny

TypeScript and noImplicitAny

8
Comments
1 min read
Build an Interactive CLI Using TypeScript

Build an Interactive CLI Using TypeScript

15
Comments 4
7 min read
A Mental Model to think in Typescript

A Mental Model to think in Typescript

31
Comments
34 min read
Publishable libraries with Nx Monorepo - part 1

Publishable libraries with Nx Monorepo - part 1

26
Comments 5
5 min read
Enforcing Consistent and Error Free Code in an Expo React Native Project with TypeScript

Enforcing Consistent and Error Free Code in an Expo React Native Project with TypeScript

15
Comments
13 min read
Angular NgIf directive implementation

Angular NgIf directive implementation

8
Comments
2 min read
Configuring routes in NodeJS with Typescript

Configuring routes in NodeJS with Typescript

25
Comments 3
4 min read
std. made immutable.

std. made immutable.

26
Comments
2 min read
Angular Change Detection Plainly

Angular Change Detection Plainly

8
Comments
4 min read
Why I moved to TypeScript and have no regrets

Why I moved to TypeScript and have no regrets

52
Comments 7
4 min read
loading...