Forem

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How To Get Type-Safe Frontend Queries Like GraphQL Without GraphQL Using Typescript

How To Get Type-Safe Frontend Queries Like GraphQL Without GraphQL Using Typescript

72
Comments
3 min read
Stop using ANY in TypeScript right now. 🟦🧙‍♂️

Stop using ANY in TypeScript right now. 🟦🧙‍♂️

2
Comments 1
3 min read
Event Handling with TypeScript in React: Two ways

Event Handling with TypeScript in React: Two ways

Comments
2 min read
Nx 17 Upgrade Errors - Cannot Use Import outside a Module

Nx 17 Upgrade Errors - Cannot Use Import outside a Module

Comments
3 min read
Setting up Code Formatting with ESLint, TypeScript, and Prettier in Visual Studio Code

Setting up Code Formatting with ESLint, TypeScript, and Prettier in Visual Studio Code

31
Comments
1 min read
Revolutionize Your Nest.js Development: 4 Steps to Dockerize Your Nest.js App

Revolutionize Your Nest.js Development: 4 Steps to Dockerize Your Nest.js App

21
Comments 2
3 min read
Code smells in React with TypeScript Survey

Code smells in React with TypeScript Survey

3
Comments 3
3 min read
DynamoDB Incremental Export with Step Functions

DynamoDB Incremental Export with Step Functions

2
Comments
5 min read
How to Handle Scroll Events in React

How to Handle Scroll Events in React

3
Comments
4 min read
Exploring the New useOptimistic Hook in React: Enhancing UI with Optimistic Updates

Exploring the New useOptimistic Hook in React: Enhancing UI with Optimistic Updates

45
Comments 12
4 min read
Axios + Vue.js 3 + Pinia, a “comfy” configuration you can consider for an API REST

Axios + Vue.js 3 + Pinia, a “comfy” configuration you can consider for an API REST

5
Comments
10 min read
Storing state between serverless requests with TypeScript and Spin

Storing state between serverless requests with TypeScript and Spin

5
Comments
6 min read
React Reducers

React Reducers

4
Comments
3 min read
How did you switch from JavaScript to TypeScript?

How did you switch from JavaScript to TypeScript?

73
Comments 81
3 min read
VSCode Architecture Analysis - Electron Project Cross-Platform Best Practices

VSCode Architecture Analysis - Electron Project Cross-Platform Best Practices

14
Comments
9 min read
Get Production-Ready Client Libraries from Zod Schemas

Get Production-Ready Client Libraries from Zod Schemas

2
Comments
10 min read
Master Angular 16.1 & 16.2

Master Angular 16.1 & 16.2

8
Comments
3 min read
Generating Types for Feature Flags

Generating Types for Feature Flags

5
Comments
5 min read
The New Transparent RPC for JavaScript

The New Transparent RPC for JavaScript

3
Comments
15 min read
How does TypeScript's explicit resource management work?

How does TypeScript's explicit resource management work?

6
Comments
12 min read
How to Build Express JS Server with Typescript

How to Build Express JS Server with Typescript

5
Comments 1
1 min read
Converting Handlebars AST to Template Strings with hbs-ast-to-str

Converting Handlebars AST to Template Strings with hbs-ast-to-str

5
Comments 1
3 min read
Express.js with TypeORM, PostgreSQL, and TypeScript

Express.js with TypeORM, PostgreSQL, and TypeScript

3
Comments 1
16 min read
Enhance User Experience with Remix.js and Toast Notifications

Enhance User Experience with Remix.js and Toast Notifications

6
Comments
6 min read
Simplify Your Codebase with Auto-Sorting Linter using eslint-plugin-simple-import-sort

Simplify Your Codebase with Auto-Sorting Linter using eslint-plugin-simple-import-sort

3
Comments
7 min read
Lucia Auth or NextAuth, which one to use in a Next.js project?

Lucia Auth or NextAuth, which one to use in a Next.js project?

2
Comments
3 min read
Avoiding "catch-all" else branches with type trickery

Avoiding "catch-all" else branches with type trickery

Comments
3 min read
Understanding styled-components: A basic guide on styled-components usage with React/Next/Vue

Understanding styled-components: A basic guide on styled-components usage with React/Next/Vue

2
Comments
4 min read
Declarative Loop Control Flow in Angular 17

Declarative Loop Control Flow in Angular 17

23
Comments 3
5 min read
"in" operator considered harmful in Typescript

"in" operator considered harmful in Typescript

25
Comments 20
3 min read
SOLID Principles Series: Embracing the Interface Segregation Principle (ISP) in TypeScript

SOLID Principles Series: Embracing the Interface Segregation Principle (ISP) in TypeScript

2
Comments
3 min read
NextJS Auth0 and sub-domains

NextJS Auth0 and sub-domains

1
Comments
5 min read
⚛ The Terrible React Anti-Pattern You Must Avoid

⚛ The Terrible React Anti-Pattern You Must Avoid

20
Comments 9
2 min read
How to write types for better usability

How to write types for better usability

39
Comments 1
4 min read
Patch Pulse: Devlog #1 - Get notified when new packages are released

Patch Pulse: Devlog #1 - Get notified when new packages are released

8
Comments
3 min read
I hate Typescript, is it a shame?

I hate Typescript, is it a shame?

50
Comments 211
1 min read
Create a Chrome Extension with React FW Plasmo

Create a Chrome Extension with React FW Plasmo

9
Comments
4 min read
When To Use Enum in TypeScript

When To Use Enum in TypeScript

1
Comments
1 min read
Hacktoberfest: PR #3

Hacktoberfest: PR #3

1
Comments
2 min read
New Angular v17 feature: deferred loading

New Angular v17 feature: deferred loading

42
Comments 5
6 min read
Introduction to typescript

Introduction to typescript

1
Comments
2 min read
React Native setup with Expo Router, NativeWind, and TypeScript

React Native setup with Expo Router, NativeWind, and TypeScript

32
Comments 1
4 min read
2 Open-Source Projects Walk Into a Bar - DevHunt Digest #5

2 Open-Source Projects Walk Into a Bar - DevHunt Digest #5

10
Comments 1
6 min read
using: A keyword that make be easily that resource variable management (JavaScript & TypeScript)

using: A keyword that make be easily that resource variable management (JavaScript & TypeScript)

Comments
6 min read
Hyperimport - Import c, rust, zig etc. files in TypeScript

Hyperimport - Import c, rust, zig etc. files in TypeScript

91
Comments 7
5 min read
Alterando uma lib Node de forma rápida

Alterando uma lib Node de forma rápida

2
Comments
5 min read
nextjs-app: Create a Next.js App in One Command

nextjs-app: Create a Next.js App in One Command

1
Comments
2 min read
What is Private field in JS (JavaScript)

What is Private field in JS (JavaScript)

13
Comments
2 min read
Conditional React props with TypeScript Function Overloading

Conditional React props with TypeScript Function Overloading

5
Comments
2 min read
Character Copy Kata ( Test Driven Development )

Character Copy Kata ( Test Driven Development )

1
Comments
5 min read
Leveraging Temporal for resilient remote procedure calls (RPC)

Leveraging Temporal for resilient remote procedure calls (RPC)

14
Comments 3
6 min read
Embracing Clean Architecture: A Journey to Better Code

Embracing Clean Architecture: A Journey to Better Code

2
Comments
4 min read
10 Issues That Will Help You Grow as a top contributor in Opensource 🏅🏅

10 Issues That Will Help You Grow as a top contributor in Opensource 🏅🏅

50
Comments 11
2 min read
When to Use Interface vs. Class in TypeScript

When to Use Interface vs. Class in TypeScript

3
Comments
2 min read
Building a Polymorphic React FormElement Component

Building a Polymorphic React FormElement Component

Comments 3
5 min read
Closures in JavaScript: The Wizard's Secret Chest

Closures in JavaScript: The Wizard's Secret Chest

Comments 4
2 min read
Understanding functions and function signatures in Typescript

Understanding functions and function signatures in Typescript

6
Comments 1
2 min read
React Virtualisation from scratch

React Virtualisation from scratch

2
Comments
7 min read
Conditional Rendering in React with a Switch Component

Conditional Rendering in React with a Switch Component

5
Comments
6 min read
Automate NPM releases on GitHub using changesets 🦋

Automate NPM releases on GitHub using changesets 🦋

7
Comments
4 min read
loading...