DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
React just got awesome'er!

React just got awesome'er!

3
Comments 2
3 min read
A New git-hooks Package

A New git-hooks Package

2
Comments
4 min read
Build an End-To-End Encrypted Chat App in Nuxt.js: Setup and Authentication

Build an End-To-End Encrypted Chat App in Nuxt.js: Setup and Authentication

7
Comments 1
8 min read
Back to the Front-end: Exploring the Future of the Umbraco UI (Part 7 - TypeScript)

Back to the Front-end: Exploring the Future of the Umbraco UI (Part 7 - TypeScript)

6
Comments
4 min read
Typed Forms in Angular

Typed Forms in Angular

11
Comments
6 min read
How to Set Up a Fullstack Rust Project with Axum, React, Vite, and Shared Types

How to Set Up a Fullstack Rust Project with Axum, React, Vite, and Shared Types

80
Comments 2
8 min read
How to turn an Angular app into standalone - Part I

How to turn an Angular app into standalone - Part I

10
Comments
8 min read
Tidying up getServerSideProps(Server-Side Rendering) with Higher Order Functions

Tidying up getServerSideProps(Server-Side Rendering) with Higher Order Functions

8
Comments
4 min read
Quotes App

Quotes App

2
Comments
1 min read
Type-safe env variables

Type-safe env variables

Comments
4 min read
Class Component x Function Components

Class Component x Function Components

Comments
3 min read
React Context API login example using FaceIO for face authentication.

React Context API login example using FaceIO for face authentication.

2
Comments
7 min read
Exploring Redux-Persist with Pokémon!

Exploring Redux-Persist with Pokémon!

3
Comments
8 min read
How To Run and Debug JavaScript and TypeScript in VSCode

How To Run and Debug JavaScript and TypeScript in VSCode

16
Comments 7
3 min read
Adding Record & Type Checking in TypeScript with Generics

Adding Record & Type Checking in TypeScript with Generics

5
Comments
6 min read
The modern age terminal

The modern age terminal

4
Comments
2 min read
CLIs mais simples com Util.parseArgs

CLIs mais simples com Util.parseArgs

Comments
8 min read
5 Essential Tips for Custom React Hooks

5 Essential Tips for Custom React Hooks

Comments
5 min read
How to Build a Rust CLI Tool to Generate Typescript Types from Rust

How to Build a Rust CLI Tool to Generate Typescript Types from Rust

42
Comments 2
19 min read
React Pro Tip #2 — How to Type `this.props` to Include `defaultProps`

React Pro Tip #2 — How to Type `this.props` to Include `defaultProps`

5
Comments 1
4 min read
PorquĂŞ e como utilizar Dataloaders

PorquĂŞ e como utilizar Dataloaders

8
Comments
4 min read
Access to UI Library props or hard-coded options in a Design System?

Access to UI Library props or hard-coded options in a Design System?

4
Comments 2
1 min read
Creating visualizations with D3 and TypeScript

Creating visualizations with D3 and TypeScript

4
Comments
6 min read
I made an admin dashboard for NextJS using Typescript! Use it for free!

I made an admin dashboard for NextJS using Typescript! Use it for free!

16
Comments
1 min read
Building a Polite Newsletter Popup With Nuxt 3

Building a Polite Newsletter Popup With Nuxt 3

2
Comments 5
7 min read
Getting the Best of TypeScript and GraphQL: Union Types

Getting the Best of TypeScript and GraphQL: Union Types

5
Comments
3 min read
Migrating The TechIsHiring Twitter Bot to Twitter API v2

Migrating The TechIsHiring Twitter Bot to Twitter API v2

7
Comments 2
7 min read
Javascript Array Filter Method

Javascript Array Filter Method

20
Comments
3 min read
React: Considerations and References

React: Considerations and References

26
Comments 1
3 min read
The Difference between TypeScript and Javascript

The Difference between TypeScript and Javascript

39
Comments 8
4 min read
String-literal Union Types to Array - or - How to kick Pluto out of the list of planets

String-literal Union Types to Array - or - How to kick Pluto out of the list of planets

Comments
3 min read
tRPC: Understanding Typesafety

tRPC: Understanding Typesafety

4
Comments
5 min read
Using Consul-KV in NestJS

Using Consul-KV in NestJS

4
Comments
4 min read
Creating Angular Tooltip Directive - Part 2: adding customisation

Creating Angular Tooltip Directive - Part 2: adding customisation

2
Comments
8 min read
TS: Remove dead code

TS: Remove dead code

Comments
1 min read
Access log middleware for Deno Fresh

Access log middleware for Deno Fresh

5
Comments
5 min read
Javascript Array Slice Method

Javascript Array Slice Method

7
Comments
3 min read
Javascript Array Reduce Method

Javascript Array Reduce Method

8
Comments
4 min read
Angular Dependency Injection Understood I - No needles involved, no worries

Angular Dependency Injection Understood I - No needles involved, no worries

11
Comments
2 min read
Set up TypeScript project From Scratch

Set up TypeScript project From Scratch

2
Comments
3 min read
Create Custom Keyboard Navigation for Grid Items

Create Custom Keyboard Navigation for Grid Items

3
Comments
5 min read
Monitoring a Node.JS Typescript application with Prometheus and Grafana

Monitoring a Node.JS Typescript application with Prometheus and Grafana

5
Comments
6 min read
Reactivity with RXjs

Reactivity with RXjs

1
Comments
2 min read
How to get the last element of an Array in Javascript

How to get the last element of an Array in Javascript

33
Comments 2
1 min read
Setting Up a Modern Preact Application With Typescript, Vite and Vitest

Setting Up a Modern Preact Application With Typescript, Vite and Vitest

4
Comments
3 min read
Routinejs, An Express inspired blazingly fast Nodejs router

Routinejs, An Express inspired blazingly fast Nodejs router

9
Comments
3 min read
Introducing Samen: end-to-end typesafe APIs for TypeScript devs (no GraphQL needed)

Introducing Samen: end-to-end typesafe APIs for TypeScript devs (no GraphQL needed)

3
Comments
4 min read
Next.js API routes - Global Error Handling and Clean Code Practices

Next.js API routes - Global Error Handling and Clean Code Practices

12
Comments
6 min read
Waiting for the DOM to be ready in Javascript

Waiting for the DOM to be ready in Javascript

14
Comments 2
2 min read
React Typescript Snippets

React Typescript Snippets

30
Comments
2 min read
Updating Object Key Values with Javascript

Updating Object Key Values with Javascript

19
Comments 2
2 min read
Ohhhhh. It's been a while. Rhum 2.1.0.rc-1 tho. It's Node compatible btw!

Ohhhhh. It's been a while. Rhum 2.1.0.rc-1 tho. It's Node compatible btw!

Comments
1 min read
Authentication with Aws Cognito, Passport and NestJs (Part III)

Authentication with Aws Cognito, Passport and NestJs (Part III)

17
Comments 6
4 min read
Lean on the web platform to validate emails

Lean on the web platform to validate emails

Comments
1 min read
dotenv and typescript

dotenv and typescript

1
Comments
1 min read
How to use authenticated proxy with Node's fetch

How to use authenticated proxy with Node's fetch

3
Comments
1 min read
React Hook Form - Combined Add/Edit (Create/Update) Form Example

React Hook Form - Combined Add/Edit (Create/Update) Form Example

10
Comments
1 min read
Building Extendable Generic Nestjs Controller

Building Extendable Generic Nestjs Controller

1
Comments 3
2 min read
The Essential Guide to Javascript Sets

The Essential Guide to Javascript Sets

31
Comments 1
4 min read
TypeScript Unit Tests: Access `private` Members

TypeScript Unit Tests: Access `private` Members

Comments
2 min read
loading...