DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Tackling breaking changes using Nx Workspace generators.

Tackling breaking changes using Nx Workspace generators.

5
Comments
9 min read
Adicionando o Prettier ao seu projeto JavaScript/TypeScript

Adicionando o Prettier ao seu projeto JavaScript/TypeScript

2
Comments 1
5 min read
Property 'id' does not exist on type 'string | JwtPayload' [duplicate]

Property 'id' does not exist on type 'string | JwtPayload' [duplicate]

1
Comments 3
1 min read
Easily Validate Your Node.js Inputs with Zod

Easily Validate Your Node.js Inputs with Zod

6
Comments 1
2 min read
Concepts behind modern frameworks

Concepts behind modern frameworks

326
Comments 62
9 min read
TypeScript's "Omit" Utility Type

TypeScript's "Omit" Utility Type

2
Comments
3 min read
tsParticles 2.8.0 Released

tsParticles 2.8.0 Released

10
Comments
1 min read
Restrict Angular input to number only

Restrict Angular input to number only

1
Comments
1 min read
This Week In React #131: useReducer, Controlled Inputs, Async React, DevTools, React-Query, Storybook, Remix, RN , Expo...

This Week In React #131: useReducer, Controlled Inputs, Async React, DevTools, React-Query, Storybook, Remix, RN , Expo...

5
Comments
9 min read
React: best practices and design patterns

React: best practices and design patterns

3
Comments
2 min read
Full-Stack Development Has Changed In 2023

Full-Stack Development Has Changed In 2023

12
Comments 3
3 min read
How to make a Rating Component with React & Typescript

How to make a Rating Component with React & Typescript

3
Comments
4 min read
Disrupting the Node caching panorama - Our Journey In The Open Source World - cache-candidate

Disrupting the Node caching panorama - Our Journey In The Open Source World - cache-candidate

2
Comments
7 min read
Step-by-step guide to implementing scoped-like dependencies using AsyncLocalStorage with fastify | Pure DI in TypeScript Node.js

Step-by-step guide to implementing scoped-like dependencies using AsyncLocalStorage with fastify | Pure DI in TypeScript Node.js

1
Comments
4 min read
Fetch with Typescript for better HTTP API Clients

Fetch with Typescript for better HTTP API Clients

37
Comments 6
4 min read
Creating Singleton Classes with Typescript and Proxies

Creating Singleton Classes with Typescript and Proxies

8
Comments 1
4 min read
Typescript: Best Type Checking for the Best Type Safety

Typescript: Best Type Checking for the Best Type Safety

10
Comments
4 min read
Getting Started with Deno Fresh & the Platform

Getting Started with Deno Fresh & the Platform

4
Comments
13 min read
O que sĂŁo erros e para que serve o error.cause no JavaScript?

O que sĂŁo erros e para que serve o error.cause no JavaScript?

1
Comments 1
9 min read
Understanding and Utilising TypeScript, by example

Understanding and Utilising TypeScript, by example

37
Comments 4
10 min read
Better Configuration in TypeScript with the `satisfies` Operator

Better Configuration in TypeScript with the `satisfies` Operator

15
Comments
5 min read
NestJS Authentication with OAuth2.0: Configuration and Operations

NestJS Authentication with OAuth2.0: Configuration and Operations

53
Comments 5
28 min read
Implementing Singleton in TypeScript

Implementing Singleton in TypeScript

Comments
2 min read
Supercharge your Firebase App Development using NX

Supercharge your Firebase App Development using NX

4
Comments
4 min read
Applying SOLID principles to TypeScript

Applying SOLID principles to TypeScript

Comments
8 min read
How to create a directive in Angular that renders components only if user is authorized?

How to create a directive in Angular that renders components only if user is authorized?

4
Comments
3 min read
Dá pra juntar diferentes use cases usando Clean Architecture?

Dá pra juntar diferentes use cases usando Clean Architecture?

Comments
6 min read
How to hide your API keys and tokens in React to protect your application

How to hide your API keys and tokens in React to protect your application

1
Comments
5 min read
Apexlang: Project Templates & Code Generation

Apexlang: Project Templates & Code Generation

2
Comments
5 min read
Typescript: Tipos Condicionales

Typescript: Tipos Condicionales

1
Comments
4 min read
Functional immutable game state

Functional immutable game state

1
Comments
5 min read
My Journey in Open Source - conditional-fn

My Journey in Open Source - conditional-fn

1
Comments
1 min read
Implementing Cursor Pagination with tRPC queries

Implementing Cursor Pagination with tRPC queries

2
Comments
7 min read
What are services in Angular? And how in the world do I use them?

What are services in Angular? And how in the world do I use them?

4
Comments
2 min read
How to Detect and Rectify Documents in Angular Web Applications

How to Detect and Rectify Documents in Angular Web Applications

1
Comments
7 min read
Text to speech tutorial using RxJS and Angular

Text to speech tutorial using RxJS and Angular

14
Comments
6 min read
Mastering JavaScript Generators: Understanding and Using the Power of Pausable Functions

Mastering JavaScript Generators: Understanding and Using the Power of Pausable Functions

6
Comments
2 min read
Order React components using flex order

Order React components using flex order

3
Comments
3 min read
The Main Challenges a React Form Library Should Solve

The Main Challenges a React Form Library Should Solve

3
Comments
6 min read
Architecting A Highly Dynamic Card List In Angular

Architecting A Highly Dynamic Card List In Angular

24
Comments 2
6 min read
Dependency Injection with Vite and TypeScript

Dependency Injection with Vite and TypeScript

3
Comments
1 min read
Deno Fresh Stack: fast SSR with Web Standards

Deno Fresh Stack: fast SSR with Web Standards

4
Comments
10 min read
Exploring the latest features of Skott: road to V1

Exploring the latest features of Skott: road to V1

9
Comments
4 min read
React & TypeScript: useReducer Hook

React & TypeScript: useReducer Hook

1
Comments
3 min read
React & TypeScript: useCallback Hook

React & TypeScript: useCallback Hook

1
Comments
3 min read
Visitor Pattern in Typescript

Visitor Pattern in Typescript

7
Comments
2 min read
Custom Form Validation using Hooks in React: Tips and Tricks with useForm and Superstruct

Custom Form Validation using Hooks in React: Tips and Tricks with useForm and Superstruct

4
Comments
7 min read
'B' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.

'B' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'A'.

9
Comments 1
3 min read
Solving the overfetching problem with tRPC when rendering tables (Pt. 1)

Solving the overfetching problem with tRPC when rendering tables (Pt. 1)

1
Comments
6 min read
[TypeScript] Select HTMLElements by tabindex

[TypeScript] Select HTMLElements by tabindex

3
Comments
2 min read
IndexedDB, your offline and serverless DB in your browser with React

IndexedDB, your offline and serverless DB in your browser with React

42
Comments 2
8 min read
How to keep the type of storage value unchanged?

How to keep the type of storage value unchanged?

1
Comments
3 min read
Developer Meetup - How to Refactor Legacy Code?

Developer Meetup - How to Refactor Legacy Code?

Comments
4 min read
Angular Templates: The Key to Building Dynamic and Responsive User Interfaces

Angular Templates: The Key to Building Dynamic and Responsive User Interfaces

7
Comments
6 min read
Events removed in Ionic 5

Events removed in Ionic 5

Comments
3 min read
Releasing a Web game onto Steam

Releasing a Web game onto Steam

3
Comments 1
5 min read
Typescript for frontend developers

Typescript for frontend developers

10
Comments
9 min read
21 questions you’ll ask if you code a VSCode extension

21 questions you’ll ask if you code a VSCode extension

54
Comments 4
8 min read
Create a simple Node Server Skeleton.

Create a simple Node Server Skeleton.

10
Comments
2 min read
Mastering Angular Structural Directives - The basics

Mastering Angular Structural Directives - The basics

42
Comments
5 min read
loading...