DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Estruturas de Dados: Entendendo e implementando Filas (Queues) com Typescript

Estruturas de Dados: Entendendo e implementando Filas (Queues) com Typescript

1
Comments
3 min read
Entendendo e aplicando estruturas de dados com Typescript

Entendendo e aplicando estruturas de dados com Typescript

1
Comments
2 min read
Animating keyline on scroll with React and TypeScript

Animating keyline on scroll with React and TypeScript

4
Comments
3 min read
Estruturas de Dados: Entendendo e implementando Pilhas (Stacks) com Typescript

Estruturas de Dados: Entendendo e implementando Pilhas (Stacks) com Typescript

1
Comments
7 min read
Media Queries in JS/TS done right

Media Queries in JS/TS done right

12
Comments
3 min read
NG Bootstrap Modal With Full Typing (ngx-bootstrap-typed-modal)

NG Bootstrap Modal With Full Typing (ngx-bootstrap-typed-modal)

2
Comments
4 min read
webpack Plugin written by ChatGPT

webpack Plugin written by ChatGPT

3
Comments
8 min read
AI-generated explanations and documentation for JavaScript code

AI-generated explanations and documentation for JavaScript code

182
Comments 16
1 min read
Use your third-party scripts without the performance hit with Partytown

Use your third-party scripts without the performance hit with Partytown

22
Comments
2 min read
React + TypeScript + Webpack + Module Federation Plugin - MicroFrontend Application

React + TypeScript + Webpack + Module Federation Plugin - MicroFrontend Application

9
Comments
4 min read
Implementing Live Visitor Count using Serverless WebSockets

Implementing Live Visitor Count using Serverless WebSockets

3
Comments
7 min read
Why we ditched GraphQL for tRPC

Why we ditched GraphQL for tRPC

28
Comments 6
9 min read
Introducing Codux

Introducing Codux

210
Comments 63
5 min read
Typescript Why You Should Avoid Explicit Function Generics If Possible

Typescript Why You Should Avoid Explicit Function Generics If Possible

1
Comments
2 min read
Rendering emails with Svelte

Rendering emails with Svelte

10
Comments 1
6 min read
Reasons to Use Typescript with React - Get the Benefits of Static Typing and IntelliSense

Reasons to Use Typescript with React - Get the Benefits of Static Typing and IntelliSense

4
Comments
8 min read
Destructuring Assignment is a Typescript

Destructuring Assignment is a Typescript

3
Comments 2
3 min read
Typescript Recursion: It Is Over 999!

Typescript Recursion: It Is Over 999!

3
Comments
1 min read
Cadl: a new IDL

Cadl: a new IDL

Comments
1 min read
TypeScript 基礎 -- Promise を返す関数を作り、Promise が解決された後に動く処理を書く

TypeScript 基礎 -- Promise を返す関数を作り、Promise が解決された後に動く処理を書く

Comments
2 min read
Office Scripts (Typescript) in Excel

Office Scripts (Typescript) in Excel

Comments
5 min read
Typescript Concat Tuples Type

Typescript Concat Tuples Type

Comments
1 min read
TIL; typescript - classes | public fields in constructor

TIL; typescript - classes | public fields in constructor

Comments
1 min read
Level up on TypeScript! What I learned from type-challenges

Level up on TypeScript! What I learned from type-challenges

Comments
6 min read
Unexpected end of form when sending form data with Postman- Multer

Unexpected end of form when sending form data with Postman- Multer

1
Comments 2
2 min read
Nest JS Tutorial #3 - Query & Route Params

Nest JS Tutorial #3 - Query & Route Params

4
Comments
5 min read
The Complete Guide for Setting Up React App from Scratch (feat. TypeScript)

The Complete Guide for Setting Up React App from Scratch (feat. TypeScript)

8
Comments 6
14 min read
TypeScript One Liners

TypeScript One Liners

Comments
1 min read
Fix Error: Cannot Redeclare Block-Scoped Variable in TypeScript

Fix Error: Cannot Redeclare Block-Scoped Variable in TypeScript

Comments
4 min read
How to embed live code editor for React components in MDX docs

How to embed live code editor for React components in MDX docs

1
Comments
3 min read
The Headless-UI Date Picker for React Apps

The Headless-UI Date Picker for React Apps

3
Comments 3
4 min read
Typescript Generate Full Path Type And Get Value Type Of Nested Union Object With Numeric Key

Typescript Generate Full Path Type And Get Value Type Of Nested Union Object With Numeric Key

8
Comments 4
1 min read
Javascript Advance Array Methods You Should Know

Javascript Advance Array Methods You Should Know

5
Comments
6 min read
HighScore: The Open-Source Leaderboard Solution for Indie Game Developers

HighScore: The Open-Source Leaderboard Solution for Indie Game Developers

2
Comments
3 min read
This Week In React #128: SWR, Vite, Codux, Storybook, Next.js, Forget, Nylon, Paper, align-deps, INP, Zod, Tauri...

This Week In React #128: SWR, Vite, Codux, Storybook, Next.js, Forget, Nylon, Paper, align-deps, INP, Zod, Tauri...

6
Comments
8 min read
Best Way to Create Dynamic Modules in NestJS

Best Way to Create Dynamic Modules in NestJS

4
Comments 4
5 min read
Type safe APIs with Nuxt 3 and tRPC

Type safe APIs with Nuxt 3 and tRPC

23
Comments 4
8 min read
The simplicity of tRPC with the power of GraphQL

The simplicity of tRPC with the power of GraphQL

5
Comments
9 min read
How to use Axios interceptors to handle 401 API errors and refresh tokens in typescript.

How to use Axios interceptors to handle 401 API errors and refresh tokens in typescript.

7
Comments
2 min read
ViteJS: Why you should use it and why we chose not to

ViteJS: Why you should use it and why we chose not to

5
Comments
6 min read
Add Google Analytics to React/Next in 5 minutes

Add Google Analytics to React/Next in 5 minutes

23
Comments
2 min read
Anchor scrolling in Angular

Anchor scrolling in Angular

6
Comments
5 min read
TypeScript Enum's vs Discriminated Unions

TypeScript Enum's vs Discriminated Unions

11
Comments 1
17 min read
Propriedade as em componentes React com Typescript

Propriedade as em componentes React com Typescript

8
Comments
5 min read
NgTemplateOutlet Typed Checking (Part 2)(Inline)

NgTemplateOutlet Typed Checking (Part 2)(Inline)

10
Comments
3 min read
Typescript: La palabra clave extends

Typescript: La palabra clave extends

6
Comments 2
2 min read
Creating a loading effect using RxJs in Angular

Creating a loading effect using RxJs in Angular

5
Comments
9 min read
Typescript: unknown vs any

Typescript: unknown vs any

5
Comments
2 min read
Advanced parser combinators with parser-ts

Advanced parser combinators with parser-ts

1
Comments
9 min read
Seeding the Query Cache

Seeding the Query Cache

6
Comments
8 min read
Typescript: The extends keyword

Typescript: The extends keyword

4
Comments
2 min read
what to do when you can't typedef 'any' .. ?

what to do when you can't typedef 'any' .. ?

3
Comments
2 min read
Nest JS Websockets - Pipes and E2E Validation with Zod

Nest JS Websockets - Pipes and E2E Validation with Zod

3
Comments
12 min read
Adding Colour Themes to Telescope

Adding Colour Themes to Telescope

4
Comments
3 min read
Propagation correlationIds in Typescript

Propagation correlationIds in Typescript

6
Comments
3 min read
AdventJS - Reto #2: Nadie quiere hacer horas extras

AdventJS - Reto #2: Nadie quiere hacer horas extras

6
Comments
2 min read
So what is Effector ☄️ ?

So what is Effector ☄️ ?

7
Comments
4 min read
AdventJS - Reto #1: ¡Automatizando envolver regalos de navidad!

AdventJS - Reto #1: ¡Automatizando envolver regalos de navidad!

5
Comments
3 min read
AdventJS 2022 - Retos de código para Javascript cada día de diciembre

AdventJS 2022 - Retos de código para Javascript cada día de diciembre

2
Comments
1 min read
92-Nodejs Course 2023: Restful Routes: Listing Records

92-Nodejs Course 2023: Restful Routes: Listing Records

4
Comments
5 min read
loading...