DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Series: Implementing OpenID with Node.js, TypeScript, and MongoDB - A Step-by-Step Guide

Series: Implementing OpenID with Node.js, TypeScript, and MongoDB - A Step-by-Step Guide

11
Comments 2
2 min read
Planning for Complexity

Planning for Complexity

12
Comments
7 min read
How to set up Typescript with Express JS

How to set up Typescript with Express JS

7
Comments
1 min read
Equivalent of Scala's for-comprehension using fp-ts

Equivalent of Scala's for-comprehension using fp-ts

9
Comments
10 min read
Migrate an App from MongoDB to HarperDB Livestream

Migrate an App from MongoDB to HarperDB Livestream

27
Comments 1
3 min read
Journey to functional approach

Journey to functional approach

6
Comments
2 min read
How to create your project docs using storybook and host it with github pages

How to create your project docs using storybook and host it with github pages

6
Comments
2 min read
Pitfalls When Adding Turborepo To Your Project

Pitfalls When Adding Turborepo To Your Project

26
Comments 4
7 min read
Side effects

Side effects

17
Comments
8 min read
How to customize HTTP Exception In NestJS

How to customize HTTP Exception In NestJS

6
Comments
1 min read
tsParticles 1.41.2 Released

tsParticles 1.41.2 Released

12
Comments
1 min read
How to gradually migrate a large React codebase to TypeScript

How to gradually migrate a large React codebase to TypeScript

6
Comments
5 min read
Realtime as react hook

Realtime as react hook

6
Comments
4 min read
Google Cloud Functions in monorepo

Google Cloud Functions in monorepo

11
Comments 2
3 min read
Declarative Data Validation with Functional Programming and Rule-Based Approach

Declarative Data Validation with Functional Programming and Rule-Based Approach

49
Comments 2
21 min read
Sending a V-Model Through a Slot in Vue 3

Sending a V-Model Through a Slot in Vue 3

7
Comments 1
1 min read
This Week In React #94: 2 years 🥳️, memoization, composition, Remix, Next.js, Gatsby, React-Native, Windows, CSS, TypeScript...

This Week In React #94: 2 years 🥳️, memoization, composition, Remix, Next.js, Gatsby, React-Native, Windows, CSS, TypeScript...

13
Comments
10 min read
Benefits of using Strapi with Typescript + Storybook tandem

Benefits of using Strapi with Typescript + Storybook tandem

5
Comments
2 min read
How to build an Express and Node.js app with Typescript

How to build an Express and Node.js app with Typescript

6
Comments
3 min read
How to Unit Test Next.js API Routes with Typescript

How to Unit Test Next.js API Routes with Typescript

14
Comments
13 min read
TypeScript or F#?!? WHICH IS BETTER?!

TypeScript or F#?!? WHICH IS BETTER?!

5
Comments 4
7 min read
How to use Private Git Repo as an NPM Package?

How to use Private Git Repo as an NPM Package?

7
Comments
1 min read
100 dias de codigo: 70, primer proyecto con typescript finalizado

100 dias de codigo: 70, primer proyecto con typescript finalizado

8
Comments 2
2 min read
Testing AWS Step Functions flows

Testing AWS Step Functions flows

67
Comments
10 min read
TypeScript vs. ReScript vs. F# - a simple comparison of syntax

TypeScript vs. ReScript vs. F# - a simple comparison of syntax

14
Comments 3
4 min read
Building a Progress Bar

Building a Progress Bar

10
Comments 2
2 min read
Twitter BOT to send joke and image (lambda + typescript)

Twitter BOT to send joke and image (lambda + typescript)

8
Comments
4 min read
Displaying a View Counter with Plausible Analytics API Data

Displaying a View Counter with Plausible Analytics API Data

5
Comments 1
6 min read
Angular Design Pattern-Lazy loading feature modules

Angular Design Pattern-Lazy loading feature modules

17
Comments 3
2 min read
RPC done right for browser APIs and server APIs

RPC done right for browser APIs and server APIs

4
Comments
13 min read
FoalTS framework - version 2.8 is here with complete Websocket support 🎉

FoalTS framework - version 2.8 is here with complete Websocket support 🎉

16
Comments
6 min read
How to share data between components in Angular

How to share data between components in Angular

46
Comments 4
6 min read
The Class Property Proposal is Finished and Avaliable in React

The Class Property Proposal is Finished and Avaliable in React

3
Comments
1 min read
Create API and database connection using Nodejs and Prisma | Video

Create API and database connection using Nodejs and Prisma | Video

3
Comments
1 min read
Typescript - (ReadOnly)NotEmptyArray

Typescript - (ReadOnly)NotEmptyArray

28
Comments 2
2 min read
Typescript e Jest - Escrevendo testes unitários em um projeto Node.js

Typescript e Jest - Escrevendo testes unitários em um projeto Node.js

17
Comments
4 min read
How good is the shuffleArray from 7-killer-one-liners ?

How good is the shuffleArray from 7-killer-one-liners ?

7
Comments
4 min read
TIL: TypeScript | Fix "TS2307: Cannot find module 'src' or its corresponding type declarations."

TIL: TypeScript | Fix "TS2307: Cannot find module 'src' or its corresponding type declarations."

20
Comments 2
1 min read
Offline React Query

Offline React Query

7
Comments
6 min read
Scrimba's Intruductory Course to TypeScript

Scrimba's Intruductory Course to TypeScript

5
Comments
6 min read
NestJS Repository DI using @InjectRepository is not working properly

NestJS Repository DI using @InjectRepository is not working properly

5
Comments 2
1 min read
Is just typing the difference between Typescript and Javascript?

Is just typing the difference between Typescript and Javascript?

37
Comments 7
2 min read
Partager l'état d'une application sans base de donnée

Partager l'état d'une application sans base de donnée

7
Comments
5 min read
Usage of `React.FC` from my experience

Usage of `React.FC` from my experience

18
Comments 2
3 min read
Diagramming Typescript

Diagramming Typescript

7
Comments
10 min read
Day 3 - Redesigning Nasa's Picture of the Day Webpage

Day 3 - Redesigning Nasa's Picture of the Day Webpage

6
Comments
3 min read
Pong using Deno and caviar as a native app using WebGPU

Pong using Deno and caviar as a native app using WebGPU

5
Comments
3 min read
Interface vs Type in Typescript

Interface vs Type in Typescript

8
Comments
3 min read
Keystone.js custom fields: map component

Keystone.js custom fields: map component

5
Comments
6 min read
🌀 Mixins in Typescript 🍀

🌀 Mixins in Typescript 🍀

8
Comments
4 min read
Supercharge your app with runtime type-checking using ZOD

Supercharge your app with runtime type-checking using ZOD

7
Comments
2 min read
Starter template with Vite and TypeScript for front-end projects (VITAM)

Starter template with Vite and TypeScript for front-end projects (VITAM)

9
Comments
3 min read
Setting Up React Native Jest Tests With Higher Order Components

Setting Up React Native Jest Tests With Higher Order Components

6
Comments
4 min read
FullStack JWT Auth: Diving into SvelteKit - Profile Update

FullStack JWT Auth: Diving into SvelteKit - Profile Update

9
Comments 5
6 min read
How to quickly find the page from your browser's history, bookmarks, and tabs.

How to quickly find the page from your browser's history, bookmarks, and tabs.

21
Comments 8
2 min read
Publish Web Components using Vite, Lit and Storybook

Publish Web Components using Vite, Lit and Storybook

6
Comments
3 min read
How to create a react component library using Storybook, TypeScript, SCSS, and Rollup?

How to create a react component library using Storybook, TypeScript, SCSS, and Rollup?

30
Comments 8
10 min read
How to add default active property in the menu.

How to add default active property in the menu.

6
Comments
1 min read
Pomodoro State Machine using XState

Pomodoro State Machine using XState

15
Comments
3 min read
A "function type covariance" trap in typescript

A "function type covariance" trap in typescript

5
Comments
1 min read
loading...