DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Array.reduce() is Goated 🐐✨

Array.reduce() is Goated 🐐✨

370
Comments 53
7 min read
How to document your JavaScript package

How to document your JavaScript package

1
Comments
13 min read
DRY, KISS and YAGNI - Make Your Code Simple

DRY, KISS and YAGNI - Make Your Code Simple

Comments
4 min read
Master Web Components: Create and Host Your Own

Master Web Components: Create and Host Your Own

Comments
5 min read
Exploring JSR for JavaScript Module Management

Exploring JSR for JavaScript Module Management

Comments
8 min read
Getting start with Tables using Next.js, Tanstack Table and Typescript

Getting start with Tables using Next.js, Tanstack Table and Typescript

Comments
8 min read
Explicit Resource Management in JS: The using Keyword

Explicit Resource Management in JS: The using Keyword

1
Comments
3 min read
Best Practices for Using TypeScript in React with Vite

Best Practices for Using TypeScript in React with Vite

Comments
3 min read
TypeScript: Why It's Taking Over JavaScript (And Why You Should Care)

TypeScript: Why It's Taking Over JavaScript (And Why You Should Care)

1
Comments
2 min read
Understanding React Server Component

Understanding React Server Component

Comments
3 min read
Webpack vs Vite: Una Comparación Detallada

Webpack vs Vite: Una Comparación Detallada

Comments
3 min read
TypeScript Adventures: Prop Drilling Down the Rabbit Hole

TypeScript Adventures: Prop Drilling Down the Rabbit Hole

1
Comments
2 min read
How to apply a skin tone to an emoji? 🧛🧛🏻🧛🏼🧛🏽🧛🏾🧛🏿

How to apply a skin tone to an emoji? 🧛🧛🏻🧛🏼🧛🏽🧛🏾🧛🏿

Comments
3 min read
Enhancing NestJS Development: Improving Module Management Efficiency

Enhancing NestJS Development: Improving Module Management Efficiency

1
Comments
2 min read
Mapped Object Types

Mapped Object Types

1
Comments
1 min read
Cross-platform development using ReactXP

Cross-platform development using ReactXP

Comments
3 min read
Applicatives in typescript

Applicatives in typescript

Comments
4 min read
Tech Note: Type inference takes place when initializing variables and members

Tech Note: Type inference takes place when initializing variables and members

Comments
4 min read
LeetCode Meditations: Find Median from Data Stream

LeetCode Meditations: Find Median from Data Stream

Comments
6 min read
Javascript Ecosystem, How Trash It Actually Is?

Javascript Ecosystem, How Trash It Actually Is?

Comments
4 min read
Things I learned last week (19/24)

Things I learned last week (19/24)

Comments
1 min read
Fixing Most TypeScript Intellisense issues in VS Code

Fixing Most TypeScript Intellisense issues in VS Code

1
Comments
1 min read
Manual setup for a minimal Storybook

Manual setup for a minimal Storybook

Comments
2 min read
Getting Started with TypeScript: Types

Getting Started with TypeScript: Types

Comments
2 min read
Using Valibot for Recursive Schema Validation

Using Valibot for Recursive Schema Validation

Comments 1
1 min read
A Simple Guide to Setting Up TypeScript with Node.js and Express (2024)

A Simple Guide to Setting Up TypeScript with Node.js and Express (2024)

1
Comments
3 min read
Composable Backend-for-Frontend

Composable Backend-for-Frontend

6
Comments
4 min read
Mastering Project Maintainability with Module Resolver

Mastering Project Maintainability with Module Resolver

6
Comments
3 min read
Open Source Admin Dashboard Starter: Ant Design v5, TypeScript, MongoDB

Open Source Admin Dashboard Starter: Ant Design v5, TypeScript, MongoDB

Comments
2 min read
Refactoring: The Hard Parts

Refactoring: The Hard Parts

1
Comments 2
6 min read
Frameworks of BunJS: ElysiaJS and Hono

Frameworks of BunJS: ElysiaJS and Hono

Comments
7 min read
A Step-by-Step Guide to Strapi with Docker, PostgreSQL, and TypeScript

A Step-by-Step Guide to Strapi with Docker, PostgreSQL, and TypeScript

Comments
1 min read
Darling, I converted our perfectly fine SPA application into SSR: Part 2

Darling, I converted our perfectly fine SPA application into SSR: Part 2

4
Comments
10 min read
Firebase Functions Express Typescript Project Guide Part 1

Firebase Functions Express Typescript Project Guide Part 1

2
Comments
7 min read
Boosting UX: How I Transformed Data Management in Our App with this lib

Boosting UX: How I Transformed Data Management in Our App with this lib

2
Comments 1
2 min read
Exploring TypeScript Decorators: A Deep Dive into Metadata and Annotations

Exploring TypeScript Decorators: A Deep Dive into Metadata and Annotations

1
Comments
2 min read
The lowcode CRM form builder

The lowcode CRM form builder

Comments
1 min read
Creating a Responsive Navbar Using Material UI in a Next.js Project

Creating a Responsive Navbar Using Material UI in a Next.js Project

Comments
2 min read
Supabase helper for better RPC function typing with jsonb fields

Supabase helper for better RPC function typing with jsonb fields

Comments
2 min read
Middlewares in Nest.js: Like a Piece of Cake 🍰

Middlewares in Nest.js: Like a Piece of Cake 🍰

2
Comments 2
2 min read
LeetCode Meditations — Chapter 8: Heap/Priority Queue

LeetCode Meditations — Chapter 8: Heap/Priority Queue

1
Comments
6 min read
Algebraic structures in FP

Algebraic structures in FP

1
Comments
7 min read
Setup a simple Node Typescript Project in 5 minutes - 2024 edition

Setup a simple Node Typescript Project in 5 minutes - 2024 edition

Comments
3 min read
Testing with ReactJS + Typescript, Jest and ViteJS

Testing with ReactJS + Typescript, Jest and ViteJS

Comments
5 min read
Prefer strict types in Typescript

Prefer strict types in Typescript

Comments
3 min read
ReactTS: Is React.FC really necessary?

ReactTS: Is React.FC really necessary?

Comments
4 min read
AWS — Properly delete messages between Lambdas and SQS Queues

AWS — Properly delete messages between Lambdas and SQS Queues

Comments
3 min read
Mastering Code Quality: Setting Up ESLint with Standard JS in TypeScript Projects

Mastering Code Quality: Setting Up ESLint with Standard JS in TypeScript Projects

Comments
14 min read
Having a type system is more productive

Having a type system is more productive

Comments
1 min read
Angular - Lazy ngFor when you only need N elements to start

Angular - Lazy ngFor when you only need N elements to start

Comments
2 min read
Protect Your API-Endpoints in Next.js 14 with the Chain of Responsibility Pattern.

Protect Your API-Endpoints in Next.js 14 with the Chain of Responsibility Pattern.

Comments
4 min read
Introducing nebula-http-resiliency

Introducing nebula-http-resiliency

Comments
1 min read
React Query Retry explained

React Query Retry explained

1
Comments
3 min read
Software Design: Strategies for Modular Programming and Loose Coupling

Software Design: Strategies for Modular Programming and Loose Coupling

6
Comments 2
3 min read
Encrypted localStorage with Zustand

Encrypted localStorage with Zustand

2
Comments 3
1 min read
Building Infinite Scrolling in React Js with React Query v5

Building Infinite Scrolling in React Js with React Query v5

3
Comments
5 min read
React Custom Hook Controller Pattern: Creating a Sortable Table

React Custom Hook Controller Pattern: Creating a Sortable Table

Comments
3 min read
How to Focus an Input Field with a Hotkey in React

How to Focus an Input Field with a Hotkey in React

1
Comments
2 min read
Typed E2E test IDs

Typed E2E test IDs

Comments
3 min read
Debate about dynamic vs static is pointless

Debate about dynamic vs static is pointless

Comments
2 min read
loading...