DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How Atoms Fixed Flux

How Atoms Fixed Flux

Comments
12 min read
React.FC is fixed?

React.FC is fixed?

2
Comments
2 min read
Getting JSON with TypeScript types from ChatGPT response

Getting JSON with TypeScript types from ChatGPT response

Comments 1
1 min read
Angular Form Validation

Angular Form Validation

7
Comments 2
5 min read
Features of AWS CDK for Go (differences from TypeScript)

Features of AWS CDK for Go (differences from TypeScript)

3
Comments
7 min read
Building and publishing NPM packages with typescript , multiple entry points, tailwind , tsup and npm

Building and publishing NPM packages with typescript , multiple entry points, tailwind , tsup and npm

13
Comments
9 min read
TypeScript and Tame the Beast of Maintainability: Conquer Complex Codebases with Confidence! 🦁🔒

TypeScript and Tame the Beast of Maintainability: Conquer Complex Codebases with Confidence! 🦁🔒

1
Comments
3 min read
TypeScript and Embrace the JavaScript Evolution: A Powerful Alliance! 🚀🔥

TypeScript and Embrace the JavaScript Evolution: A Powerful Alliance! 🚀🔥

1
Comments
3 min read
Everyday Concepts #1: What is '??' operator in Javascript

Everyday Concepts #1: What is '??' operator in Javascript

1
Comments
2 min read
TypeScript and the Superpowers of Advanced Language Features: Unleash Your Coding Potential! ⚡🚀

TypeScript and the Superpowers of Advanced Language Features: Unleash Your Coding Potential! ⚡🚀

1
Comments
3 min read
TypeScript and Hang Out with the Coolest Community: Join the TypeScript Tribe! 🚀🌟

TypeScript and Hang Out with the Coolest Community: Join the TypeScript Tribe! 🚀🌟

1
Comments
3 min read
The Power of Type Safety with TypeScript: Building Better, Bug-Free Code 💪🔒

The Power of Type Safety with TypeScript: Building Better, Bug-Free Code 💪🔒

1
Comments
3 min read
TypeScript and Smooth Sailing with JavaScript: Enhance Your Development Journey! ⛵🌊

TypeScript and Smooth Sailing with JavaScript: Enhance Your Development Journey! ⛵🌊

1
Comments
3 min read
Turbocharged Tooling with TypeScript: Supercharge Your Development Workflow! ⚡🔧💻

Turbocharged Tooling with TypeScript: Supercharge Your Development Workflow! ⚡🔧💻

1
Comments
3 min read
Field Plugin SDK Beta Release

Field Plugin SDK Beta Release

2
Comments
2 min read
Template Literal Types: How To Type Strings

Template Literal Types: How To Type Strings

19
Comments 1
2 min read
RxJS Operators: takeUntil

RxJS Operators: takeUntil

Comments
2 min read
Looking Up React Components Props Types

Looking Up React Components Props Types

5
Comments
2 min read
TypeScript, Zod, and MongoDB: A Guide to Data Access Layer without ORM

TypeScript, Zod, and MongoDB: A Guide to Data Access Layer without ORM

4
Comments
6 min read
TypeScript: Any…? Does <any> Have Any Benefits in Your Code?

TypeScript: Any…? Does <any> Have Any Benefits in Your Code?

Comments 1
3 min read
Test your React hooks with Vitest efficiently

Test your React hooks with Vitest efficiently

10
Comments
6 min read
The Double Question Mark (Nullish Coalescing Operator) in JavaScript

The Double Question Mark (Nullish Coalescing Operator) in JavaScript

4
Comments
3 min read
RxJS Operators: map

RxJS Operators: map

Comments
2 min read
Add JWT Authentication in Bun API

Add JWT Authentication in Bun API

19
Comments 8
5 min read
Building Real-Time Applications with Remix.js Server-Sent Events and Job Queues

Building Real-Time Applications with Remix.js Server-Sent Events and Job Queues

27
Comments 3
5 min read
The Differences Between Type and Interface in Typescript

The Differences Between Type and Interface in Typescript

15
Comments
4 min read
Make a Factory: Creating Tests and Stories with Factory Functions in TypeScript and React

Make a Factory: Creating Tests and Stories with Factory Functions in TypeScript and React

6
Comments
4 min read
Handling view types from supabase with typescript

Handling view types from supabase with typescript

5
Comments
2 min read
My new website is here!

My new website is here!

Comments
2 min read
A easy modal state manager for React!

A easy modal state manager for React!

1
Comments
2 min read
TypeScript React + Generics Part I — Time-Saving Patterns

TypeScript React + Generics Part I — Time-Saving Patterns

Comments
7 min read
What Is ZenStack?

What Is ZenStack?

17
Comments 2
1 min read
Building an Open Source DocSend alternative with Next.js, Vercel Blob and Postgres 🚀

Building an Open Source DocSend alternative with Next.js, Vercel Blob and Postgres 🚀

68
Comments 10
5 min read
How to Get user location & address autocompletion in React

How to Get user location & address autocompletion in React

4
Comments
8 min read
RxJS Operators: interval

RxJS Operators: interval

Comments
2 min read
I'm developing a new server state management library for React.

I'm developing a new server state management library for React.

39
Comments 6
4 min read
Understanding "some" and "every" Array Methods in Javascript

Understanding "some" and "every" Array Methods in Javascript

5
Comments 1
2 min read
Getting Started with Angular: Routing

Getting Started with Angular: Routing

1
Comments
6 min read
The DynamoDB-Toolbox v1 beta is here 🙌 All you need to know!

The DynamoDB-Toolbox v1 beta is here 🙌 All you need to know!

61
Comments 2
14 min read
[Nestia] I made backend simulator for frontend developers (similar with MSW, but fully automated)

[Nestia] I made backend simulator for frontend developers (similar with MSW, but fully automated)

50
Comments 3
12 min read
How I created a Spotify Lyrics API using Cloudflare Workers

How I created a Spotify Lyrics API using Cloudflare Workers

6
Comments 1
6 min read
How to Customize the Look and Feel of Payload with CSS

How to Customize the Look and Feel of Payload with CSS

1
Comments
4 min read
ESLint plugin for sorting objects, imports, types, enums, JSX props, etc.

ESLint plugin for sorting objects, imports, types, enums, JSX props, etc.

4
Comments
2 min read
How to auto sort imports in frontend, example with typescript & nextjs

How to auto sort imports in frontend, example with typescript & nextjs

2
Comments
2 min read
How to Use Static Code Analysis Tools to Improve Your TypeScript Codebase

How to Use Static Code Analysis Tools to Improve Your TypeScript Codebase

10
Comments
5 min read
Sharing WebSocket Connections between Browser Tabs and Windows

Sharing WebSocket Connections between Browser Tabs and Windows

2
Comments
4 min read
Async Cache Service - you don't need "isLoading" anymore!

Async Cache Service - you don't need "isLoading" anymore!

Comments
5 min read
HOW TO SETUP STORYBOOK WITH NEXTJS

HOW TO SETUP STORYBOOK WITH NEXTJS

6
Comments 1
3 min read
Utility Type for curried functions in TypeScript

Utility Type for curried functions in TypeScript

Comments
1 min read
Harnessing the Power Strictly Typed Forms in Angular: A Simple Tutorial

Harnessing the Power Strictly Typed Forms in Angular: A Simple Tutorial

15
Comments
2 min read
TypeScript Naming Conventions: Crafting Maintainable Code

TypeScript Naming Conventions: Crafting Maintainable Code

1
Comments
2 min read
Angular HTTP calls using Angular Service

Angular HTTP calls using Angular Service

6
Comments 3
5 min read
RxJS Operators: of

RxJS Operators: of

Comments
2 min read
State Management on React [Part 5] - Zustand

State Management on React [Part 5] - Zustand

2
Comments
5 min read
Schema based form validation in React JS using React Hook Form and Zod library

Schema based form validation in React JS using React Hook Form and Zod library

2
Comments 1
4 min read
Problems with naming in Styled Components

Problems with naming in Styled Components

Comments
3 min read
Backend without ORM

Backend without ORM

11
Comments 2
5 min read
JS Guide: Map, Reduce, Filter and forEach Methods

JS Guide: Map, Reduce, Filter and forEach Methods

17
Comments
4 min read
How to Make a Password Generator Bot - Part 1 [Typescript/Telegraf.js]

How to Make a Password Generator Bot - Part 1 [Typescript/Telegraf.js]

Comments
6 min read
The Power of Angular @Input and @Output Decorators: A Comprehensive Overview

The Power of Angular @Input and @Output Decorators: A Comprehensive Overview

4
Comments
5 min read
loading...