DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
What is control flow based narrowing in TypeScript?

What is control flow based narrowing in TypeScript?

2
Comments 2
2 min read
TypeScript - 5.1 is here! -What's new ?

TypeScript - 5.1 is here! -What's new ?

44
Comments 2
3 min read
Add Google Analytics to Next.Js 13.4 app dir

Add Google Analytics to Next.Js 13.4 app dir

24
Comments 10
3 min read
One ORM to map them all

One ORM to map them all

Comments
12 min read
setInterval Gotchas with React Hooks

setInterval Gotchas with React Hooks

Comments
2 min read
My first NPM library — pronouns.js

My first NPM library — pronouns.js

9
Comments 1
2 min read
Full Stack Forays with Go and gRPC

Full Stack Forays with Go and gRPC

Comments
5 min read
TypeScript Express Mongoose Starter: A Comprehensive Starter Boilerplate Guide

TypeScript Express Mongoose Starter: A Comprehensive Starter Boilerplate Guide

1
Comments
2 min read
tsParticles 2.10.0 Released

tsParticles 2.10.0 Released

26
Comments
2 min read
State Management on React [Part 4] - Recoil

State Management on React [Part 4] - Recoil

Comments
6 min read
Automate boring tasks with scripts in a Node project

Automate boring tasks with scripts in a Node project

2
Comments
3 min read
Reader monads

Reader monads

4
Comments
11 min read
TypeScript - Difference between type any and unknown

TypeScript - Difference between type any and unknown

5
Comments
3 min read
Ensure Code Separation in Next.js: Server Only vs Client Components

Ensure Code Separation in Next.js: Server Only vs Client Components

1
Comments
2 min read
7 Secret TypeScript Tricks Pros Use 😎🤫

7 Secret TypeScript Tricks Pros Use 😎🤫

310
Comments 24
4 min read
Sending the Maximum Amount from wallet using ethers.js

Sending the Maximum Amount from wallet using ethers.js

1
Comments
4 min read
How to configure aliases on React TS project with Vite

How to configure aliases on React TS project with Vite

33
Comments 5
3 min read
Why it is bad to be opinionated

Why it is bad to be opinionated

5
Comments 5
3 min read
Validating Dependent Fields with zod and react-hook-form

Validating Dependent Fields with zod and react-hook-form

6
Comments 1
8 min read
So The Journey Begins - My Startup Story

So The Journey Begins - My Startup Story

7
Comments 1
2 min read
Stringify and Parse Errors in JavaScript

Stringify and Parse Errors in JavaScript

26
Comments
2 min read
Advanced Typescript: Typing Partially Applicable Functions

Advanced Typescript: Typing Partially Applicable Functions

12
Comments 2
12 min read
Using fetch with TypeScript

Using fetch with TypeScript

2
Comments
5 min read
Construindo Portais no React: Exemplos de Código e Utilização

Construindo Portais no React: Exemplos de Código e Utilização

3
Comments 1
3 min read
Exception Handling in Node.js Applications using log4js

Exception Handling in Node.js Applications using log4js

11
Comments 2
3 min read
Animations in React Native

Animations in React Native

1
Comments 1
2 min read
Legacy pages/api works in App Router Next.js project

Legacy pages/api works in App Router Next.js project

2
Comments
1 min read
Scalability: the Lost Level of React State Management

Scalability: the Lost Level of React State Management

2
Comments 3
11 min read
Create a React project from scratch, with TypeScript and Vite

Create a React project from scratch, with TypeScript and Vite

Comments
3 min read
Exploring ES6 JavaScript Array Methods

Exploring ES6 JavaScript Array Methods

16
Comments 3
5 min read
The power of PURISTA TypeScript Framework v1.7

The power of PURISTA TypeScript Framework v1.7

9
Comments 1
3 min read
Creating a Sign Up form in React with TypeScript

Creating a Sign Up form in React with TypeScript

25
Comments
3 min read
Typescript: Type Utilities for the goodness and reusability

Typescript: Type Utilities for the goodness and reusability

3
Comments 2
2 min read
Reading and Parsing Large Files in JavaScript the Right Way

Reading and Parsing Large Files in JavaScript the Right Way

36
Comments 6
6 min read
Why You Should Consider Changing useEffect to useCallback in Your React Applications

Why You Should Consider Changing useEffect to useCallback in Your React Applications

4
Comments
2 min read
Partially matching object, array and function with Jest

Partially matching object, array and function with Jest

1
Comments
2 min read
Typescript: How to use Generics to make your own Type Templates?

Typescript: How to use Generics to make your own Type Templates?

Comments
2 min read
Why AWS EFS Rocks and How to Create it with CDK + TS

Why AWS EFS Rocks and How to Create it with CDK + TS

2
Comments
3 min read
How to setup an express typescript project

How to setup an express typescript project

1
Comments
3 min read
Autocompleting API Responses for the zod curious

Autocompleting API Responses for the zod curious

3
Comments
3 min read
TS - 淺談 some 和 every 方法

TS - 淺談 some 和 every 方法

Comments
1 min read
Type it out...

Type it out...

Comments
3 min read
State Management on React [Part 3] - Jotai

State Management on React [Part 3] - Jotai

4
Comments
7 min read
Tutorial: Como criar hooks personalizados no React

Tutorial: Como criar hooks personalizados no React

3
Comments
2 min read
State Management on React [Part 2] - Redux and Redux Toolkit

State Management on React [Part 2] - Redux and Redux Toolkit

1
Comments
8 min read
What is Dependency Injection + NestJs

What is Dependency Injection + NestJs

1
Comments
2 min read
Creating a Simple Generator for Nx Plugins

Creating a Simple Generator for Nx Plugins

4
Comments
8 min read
Generating React Components with Auto

Generating React Components with Auto

3
Comments 2
5 min read
Performance Optimization — Can we configure Zone.js to ignore specific events or blacklist them ?

Performance Optimization — Can we configure Zone.js to ignore specific events or blacklist them ?

Comments
3 min read
Enhancing Pokefetch: Error Handling with Angular and PokeAPI

Enhancing Pokefetch: Error Handling with Angular and PokeAPI

2
Comments
5 min read
Memoize or Callback? A Comprehensive Guide to Using useMemo and useCallback in React

Memoize or Callback? A Comprehensive Guide to Using useMemo and useCallback in React

Comments
3 min read
Using ArkType for TypeScript runtime validation

Using ArkType for TypeScript runtime validation

1
Comments
10 min read
Exploring React Lazy with Suspense: Code-Splitting Made Easy

Exploring React Lazy with Suspense: Code-Splitting Made Easy

2
Comments
3 min read
Providing services to programmatically created components in Angular

Providing services to programmatically created components in Angular

3
Comments
4 min read
Build a GraphQL server running on Cloudflare Workers.

Build a GraphQL server running on Cloudflare Workers.

1
Comments
9 min read
An invitation to OSS Contributors for Screenshot

An invitation to OSS Contributors for Screenshot

6
Comments
2 min read
The Dynamic Duo: React and TypeScript - A Match Made in Web Development Heaven

The Dynamic Duo: React and TypeScript - A Match Made in Web Development Heaven

7
Comments
3 min read
Angular —Adapter Pattern: Simplify Data Integration(Kanban Board)

Angular —Adapter Pattern: Simplify Data Integration(Kanban Board)

2
Comments
6 min read
Mastering SvelteKit Component Documentation: A Guide to using Storybook

Mastering SvelteKit Component Documentation: A Guide to using Storybook

4
Comments
4 min read
State Management on React [Part 1] - Context API

State Management on React [Part 1] - Context API

3
Comments
9 min read
loading...