DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Manual setup for a minimal Storybook

Manual setup for a minimal Storybook

3
Comments
2 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

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

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

3
Comments 2
2 min read
Mappables in typescript

Mappables in typescript

3
Comments
7 min read
Release 1.8 Contributions : ChatCraft.org🤖

Release 1.8 Contributions : ChatCraft.org🤖

Comments
2 min read
Getting Started with TypeScript: Types

Getting Started with TypeScript: Types

1
Comments
2 min read
Thoughts about SOLID - The Letter "S"

Thoughts about SOLID - The Letter "S"

Comments
8 min read
Thoughts about SOLID - The Letter "O"

Thoughts about SOLID - The Letter "O"

Comments
6 min read
How to Implement Deferrable Views in Angular 17 for Faster Load Times

How to Implement Deferrable Views in Angular 17 for Faster Load Times

8
Comments
6 min read
How to write tests with Typescript and jest

How to write tests with Typescript and jest

1
Comments
1 min read
I feel lost...

I feel lost...

10
Comments 4
1 min read
Desmistificando Hooks em React: Uma Jornada Além das Classes

Desmistificando Hooks em React: Uma Jornada Além das Classes

Comments
2 min read
Building Real-Time Boards with Angular and NestJS Using Server-Sent Events

Building Real-Time Boards with Angular and NestJS Using Server-Sent Events

14
Comments 3
6 min read
Small talk TypeScript

Small talk TypeScript

Comments
2 min read
My love-hate relationship with JS/TS and CSS

My love-hate relationship with JS/TS and CSS

1
Comments
3 min read
Typelevel Typescript: A cheat sheet

Typelevel Typescript: A cheat sheet

83
Comments 5
9 min read
Refactoring: The Hard Parts

Refactoring: The Hard Parts

2
Comments 2
6 min read
Day 6: HTTP Client in Angular

Day 6: HTTP Client in Angular

Comments 1
2 min read
Reflexões sobre SOLID - A Letra "O"

Reflexões sobre SOLID - A Letra "O"

1
Comments
7 min read
Building a Todo List with TypeScript and React Query: A Comprehensive Guide

Building a Todo List with TypeScript and React Query: A Comprehensive Guide

66
Comments 13
6 min read
How to use React `forwardRef` with TypeScript!

How to use React `forwardRef` with TypeScript!

9
Comments
3 min read
Authentication opens a new window popup with postMessage

Authentication opens a new window popup with postMessage

7
Comments
1 min read
Exploring the Power of Union and Intersection Types in TypeScript

Exploring the Power of Union and Intersection Types in TypeScript

1
Comments 1
2 min read
Benching Plan with emBench

Benching Plan with emBench

Comments
1 min read
React Native with xState v5

React Native with xState v5

4
Comments 2
6 min read
Confidently Incorrect - Navigating Battleships

Confidently Incorrect - Navigating Battleships

7
Comments
6 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
Day 4: React State and Hooks

Day 4: React State and Hooks

2
Comments 1
4 min read
Part 5: Building a Simple Web Server with Node.js

Part 5: Building a Simple Web Server with Node.js

48
Comments 12
4 min read
React Native, SOLID, and TypeScript: Improving Your Code Quality

React Native, SOLID, and TypeScript: Improving Your Code Quality

2
Comments
3 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
Build An AI-Powered Code Generator (Nextjs, CopilotKit, gemini-pro, Langchain)

Build An AI-Powered Code Generator (Nextjs, CopilotKit, gemini-pro, Langchain)

141
Comments 7
13 min read
TanStack Form Tutorial: Setup and simple validation (with shadcn/ui)

TanStack Form Tutorial: Setup and simple validation (with shadcn/ui)

23
Comments 6
5 min read
Exploring WebGPU: Setting Up a Development Environment with Vite and TypeScript

Exploring WebGPU: Setting Up a Development Environment with Vite and TypeScript

Comments
4 min read
Day 6: Advanced React Concepts

Day 6: Advanced React Concepts

33
Comments 3
3 min read
Custom Toggle Button Vue Component

Custom Toggle Button Vue Component

Comments
2 min read
From Code to OpenAPI spec with Ease using SkimX

From Code to OpenAPI spec with Ease using SkimX

Comments
3 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
Chess Game Application Tutorial

Chess Game Application Tutorial

1
Comments
1 min read
Reducing the Boilerplate for Services Utilizing Subjects in Angular

Reducing the Boilerplate for Services Utilizing Subjects in Angular

24
Comments 2
4 min read
Hono on Azure Functions

Hono on Azure Functions

2
Comments
3 min read
FactoryJS - the TypeScript version of factory_bot

FactoryJS - the TypeScript version of factory_bot

2
Comments
8 min read
Day 5: Forms in Angular

Day 5: Forms in Angular

1
Comments 1
2 min read
TypeScript Type vs Interface

TypeScript Type vs Interface

2
Comments
3 min read
Debug Typescript using Node Runtime Environment in VS Code

Debug Typescript using Node Runtime Environment in VS Code

Comments
3 min read
Giving away a repository with 85k npm downloads a week ✨

Giving away a repository with 85k npm downloads a week ✨

Comments 1
1 min read
Master Union And Intersection in Typescript

Master Union And Intersection in Typescript

Comments
3 min read
Scaling Real-Time Communication with Redis Pub/Sub and Socket.IO

Scaling Real-Time Communication with Redis Pub/Sub and Socket.IO

6
Comments
10 min read
Backend-Genese: Von PHP zu Node.js & TypeScript (Teil 1)

Backend-Genese: Von PHP zu Node.js & TypeScript (Teil 1)

Comments
4 min read
What is "User-Defined Type Guard" in TypeScript?

What is "User-Defined Type Guard" in TypeScript?

1
Comments
6 min read
Algebraic structures in FP

Algebraic structures in FP

3
Comments
7 min read
Reflexões sobre SOLID - A Letra "S"

Reflexões sobre SOLID - A Letra "S"

1
Comments
8 min read
React Query Retry explained

React Query Retry explained

1
Comments
3 min read
Part 6: Introduction to Express.js – Simplifying Web Server Development in Node.js

Part 6: Introduction to Express.js – Simplifying Web Server Development in Node.js

14
Comments 9
4 min read
Day 3: React Components

Day 3: React Components

3
Comments 2
2 min read
Day 2 : Setting up the React Environment

Day 2 : Setting up the React Environment

3
Comments 5
3 min read
Find the last matched element - the bad, the good, and the better

Find the last matched element - the bad, the good, and the better

6
Comments 1
3 min read
Bkash Payment with NextJS & TypeScript

Bkash Payment with NextJS & TypeScript

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

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

1
Comments
3 min read
⚛️ Demystifying React's Types: Ref types

⚛️ Demystifying React's Types: Ref types

104
Comments 5
4 min read
loading...