DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Why you should be careful using setInterval?

Why you should be careful using setInterval?

9
Comments 2
2 min read
Testando datas mais facilmente com Jest

Testando datas mais facilmente com Jest

16
Comments 2
2 min read
Deno Deploy

Deno Deploy

9
Comments
2 min read
Firebase/Firestore is becoming too complicated of a product. Am I the only one?

Firebase/Firestore is becoming too complicated of a product. Am I the only one?

10
Comments 5
1 min read
Walk-up usable codebases

Walk-up usable codebases

5
Comments 1
3 min read
Typed Dates Conversion with Typescript

Typed Dates Conversion with Typescript

11
Comments
5 min read
How to create and publish React Typescript npm package with demo and automated build

How to create and publish React Typescript npm package with demo and automated build

19
Comments
19 min read
Typescript Numeric Literal Types How To X * Y (Multiplication)

Typescript Numeric Literal Types How To X * Y (Multiplication)

6
Comments
1 min read
Typescript Partial But No Undefined

Typescript Partial But No Undefined

7
Comments
4 min read
Computed local-only fields in Apollo Client

Computed local-only fields in Apollo Client

8
Comments 1
4 min read
SvelteKit TypeScript vanilla-extract Starter: Markdown Blog

SvelteKit TypeScript vanilla-extract Starter: Markdown Blog

5
Comments
7 min read
A migration to Vue 3: part 1

A migration to Vue 3: part 1

21
Comments
8 min read
Typescript Two Numeric Literal Types How To X - Y (Subtraction)

Typescript Two Numeric Literal Types How To X - Y (Subtraction)

5
Comments
1 min read
How To Make A Typescript + NodeJS Express Project with eslint, EJS and Restart On Typescript Server Changes

How To Make A Typescript + NodeJS Express Project with eslint, EJS and Restart On Typescript Server Changes

54
Comments 10
2 min read
Open-source contributors worth sponsoring

Open-source contributors worth sponsoring

4
Comments
3 min read
Border Radius Previewer App using Typescript. #beginner2advanced

Border Radius Previewer App using Typescript. #beginner2advanced

17
Comments
2 min read
TypeScript Utility Types: The 6 Most Useful

TypeScript Utility Types: The 6 Most Useful

356
Comments 8
3 min read
React Context Api using TypeScript

React Context Api using TypeScript

16
Comments
5 min read
Recreate iPod state machine with XState and Vue 3

Recreate iPod state machine with XState and Vue 3

5
Comments
10 min read
New JavaScript Features ECMAScript 2022 (with examples)

New JavaScript Features ECMAScript 2022 (with examples)

90
Comments 2
6 min read
Typescript Numeric Literal Types How To X + Y (Summation)

Typescript Numeric Literal Types How To X + Y (Summation)

6
Comments
1 min read
Wrap your library in a React hook

Wrap your library in a React hook

13
Comments
2 min read
Wrap your library in an Angular directive

Wrap your library in an Angular directive

15
Comments
3 min read
Typescript Test Your Generic Type Part 2

Typescript Test Your Generic Type Part 2

9
Comments
3 min read
Comprehensive coverage Jest+Playwright in Next.js TS

Comprehensive coverage Jest+Playwright in Next.js TS

7
Comments
5 min read
How to import cdbreact components to typescript projects

How to import cdbreact components to typescript projects

6
Comments
1 min read
Typescript Test Your Generic Type Part 1

Typescript Test Your Generic Type Part 1

8
Comments 4
4 min read
MySQL module for NestJS 8.x/9.x/10.x framework 😻

MySQL module for NestJS 8.x/9.x/10.x framework 😻

10
Comments
6 min read
Smarter Next.js API routes with a custom createApiRoute function

Smarter Next.js API routes with a custom createApiRoute function

24
Comments
9 min read
A brief introduction to NestJS

A brief introduction to NestJS

7
Comments
5 min read
React + TypeScript + ESLint + Prettier Full Setup ✈

React + TypeScript + ESLint + Prettier Full Setup ✈

199
Comments 18
8 min read
TypeScript + React

TypeScript + React

5
Comments 1
2 min read
Binary to Decimal App using Typescript. #beginner2advanced

Binary to Decimal App using Typescript. #beginner2advanced

6
Comments
2 min read
How to Create an Angular Barcode QR Code Scanning Library

How to Create an Angular Barcode QR Code Scanning Library

2
Comments
4 min read
Por que você deveria repensar o uso do Date.now

Por que você deveria repensar o uso do Date.now

5
Comments
8 min read
t3 stack and my most popular open source project ever

t3 stack and my most popular open source project ever

37
Comments
2 min read
Expo TypeScript ESLint Prettier initial setup

Expo TypeScript ESLint Prettier initial setup

17
Comments
2 min read
Serial and Parallel JS Promises

Serial and Parallel JS Promises

3
Comments
3 min read
Own reduce method using Typescript

Own reduce method using Typescript

3
Comments
2 min read
Typescript Count Substring of a String Literal Type

Typescript Count Substring of a String Literal Type

5
Comments
1 min read
#2 Building Headless Commerce - Adding Content with Storyblok CMS

#2 Building Headless Commerce - Adding Content with Storyblok CMS

6
Comments 2
2 min read
Build Themed Components in React Native

Build Themed Components in React Native

3
Comments
4 min read
React Query and Forms

React Query and Forms

6
Comments
7 min read
Get Started with Next.js, Typescript, Tailwind

Get Started with Next.js, Typescript, Tailwind

9
Comments 1
1 min read
How to evaluate a Javascript Data Grid

How to evaluate a Javascript Data Grid

2
Comments
15 min read
TypeScript with React Tutorial

TypeScript with React Tutorial

57
Comments 5
8 min read
Writing a Game in Typescript

Writing a Game in Typescript

478
Comments 23
24 min read
Into the Fray: A Dive into Deno

Into the Fray: A Dive into Deno

7
Comments
3 min read
Setup Nextjs Tailwind css e Typescript

Setup Nextjs Tailwind css e Typescript

4
Comments
2 min read
As 10 skills que todo front end deve saber

As 10 skills que todo front end deve saber

4
Comments
3 min read
Angular - Use ChangeDetectionStrategy.OnPush

Angular - Use ChangeDetectionStrategy.OnPush

3
Comments
1 min read
Detect swipes with reactive programming

Detect swipes with reactive programming

13
Comments 3
7 min read
Working with props declaration in Vue 3 + Typescript

Working with props declaration in Vue 3 + Typescript

27
Comments 8
1 min read
Angular - Avoid function calls in templates

Angular - Avoid function calls in templates

17
Comments 3
1 min read
How to create a search engine with "debounce effect"? 🔎

How to create a search engine with "debounce effect"? 🔎

84
Comments 2
13 min read
Svelte Origins: A JavaScript Documentary 32:26

Svelte Origins: A JavaScript Documentary

7
Comments
1 min read
Postgres module for NestJS 8.x/9.x/10.x framework 😻

Postgres module for NestJS 8.x/9.x/10.x framework 😻

15
Comments 2
6 min read
Create Singleton with ES2022

Create Singleton with ES2022

6
Comments
1 min read
React Native - How to better organise your app with react-native-navigation

React Native - How to better organise your app with react-native-navigation

2
Comments
7 min read
When to (Not) Use React Context API for State?

When to (Not) Use React Context API for State?

31
Comments 1
3 min read
loading...