Forem

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
What is TypeScript Part one?

What is TypeScript Part one?

7
Comments
1 min read
How to setup a React.JS Project with TypeScript, ESLint and Prettier

How to setup a React.JS Project with TypeScript, ESLint and Prettier

55
Comments 12
3 min read
Exploring How lit-html Works: TemplateResult and SVGTemplateResult constructors (4)

Exploring How lit-html Works: TemplateResult and SVGTemplateResult constructors (4)

7
Comments
3 min read
TypeScript tutorial by example: implementing a well-typed validation library

TypeScript tutorial by example: implementing a well-typed validation library

16
Comments
10 min read
Wizar devlog 00: thinking a game for cross "gameplay"

Wizar devlog 00: thinking a game for cross "gameplay"

5
Comments
2 min read
How to Create a Simple React Calendar with Styled Component

How to Create a Simple React Calendar with Styled Component

114
Comments 4
7 min read
Create an Avatar Component in Gatsby with TypeScript Part 3: Adding Types

Create an Avatar Component in Gatsby with TypeScript Part 3: Adding Types

6
Comments
2 min read
TS sort helper

TS sort helper

13
Comments
1 min read
How to Config React Project with Next.js, Typescript, TSLint, and Jest?

How to Config React Project with Next.js, Typescript, TSLint, and Jest?

98
Comments 11
8 min read
Share your .eslintrc, auto-fix on save, and related config files

Share your .eslintrc, auto-fix on save, and related config files

12
Comments
2 min read
Exploring How lit-html Works: TemplateResult and SVGTemplateResult constructors (3)

Exploring How lit-html Works: TemplateResult and SVGTemplateResult constructors (3)

5
Comments
3 min read
Variable Declaration in JavaScript: var, let or const?

Variable Declaration in JavaScript: var, let or const?

54
Comments
4 min read
Exploring AWS CDK - Loading DynamoDB with Custom Resources

Exploring AWS CDK - Loading DynamoDB with Custom Resources

27
Comments 9
7 min read
Top 10 Homebrew Tools You Didn't Know You Needed in 2020

Top 10 Homebrew Tools You Didn't Know You Needed in 2020

142
Comments 10
3 min read
Click outside listener for React components in 10 lines of code

Click outside listener for React components in 10 lines of code

39
Comments 1
2 min read
NestJS Controllers Deep Dive

NestJS Controllers Deep Dive

18
Comments
5 min read
Creating an NPM repo with browser version, and also with testing and linting

Creating an NPM repo with browser version, and also with testing and linting

8
Comments
3 min read
Create an Avatar Component in Gatsby with TypeScript: Part 2 – Gatsby Image

Create an Avatar Component in Gatsby with TypeScript: Part 2 – Gatsby Image

7
Comments 1
3 min read
The Composite Pattern - Design Patterns Meet the Frontend

The Composite Pattern - Design Patterns Meet the Frontend

121
Comments 5
5 min read
Boilerplate for nodejs, typescript - simple folder structure

Boilerplate for nodejs, typescript - simple folder structure

17
Comments 2
1 min read
Safer code with container types (Either and Maybe)

Safer code with container types (Either and Maybe)

20
Comments 1
13 min read
Cool New Features Released in TypeScript 3.7

Cool New Features Released in TypeScript 3.7

18
Comments
5 min read
How to make a dependent dropdowns in React with Typescript?

How to make a dependent dropdowns in React with Typescript?

5
Comments
1 min read
MobX with React and TypeScript

MobX with React and TypeScript

32
Comments 2
4 min read
The Beginner’s Guide to TypeScript

The Beginner’s Guide to TypeScript

13
Comments
3 min read
Card Selector

Card Selector

8
Comments 2
27 min read
Exploring How lit-html Works: TemplateResult and SVGTemplateResult constructors

Exploring How lit-html Works: TemplateResult and SVGTemplateResult constructors

9
Comments
3 min read
How to Create a Cron Job with Next.js and Vercel

How to Create a Cron Job with Next.js and Vercel

9
Comments
3 min read
Supercharge your TypeScript with AssemblyScript

Supercharge your TypeScript with AssemblyScript

65
Comments 7
3 min read
What is a best way to organize Test Suites / Test Cases in JavaScript?

What is a best way to organize Test Suites / Test Cases in JavaScript?

7
Comments
1 min read
Pug with Markdown is Magic, yet underrated

Pug with Markdown is Magic, yet underrated

22
Comments 2
2 min read
Algebraic Structures Explained - Part 2 - Magma

Algebraic Structures Explained - Part 2 - Magma

19
Comments
2 min read
How do I implement a command line tool?

How do I implement a command line tool?

8
Comments
3 min read
Compare for Loop and forEach Function in JavaScript

Compare for Loop and forEach Function in JavaScript

37
Comments 2
4 min read
Exploring How lit-html Works: html and svg Function

Exploring How lit-html Works: html and svg Function

8
Comments
2 min read
Getting Started With NestJS

Getting Started With NestJS

84
Comments 5
3 min read
CodeSnip: Assign types to deconstructed parameters

CodeSnip: Assign types to deconstructed parameters

8
Comments
1 min read
Exploring NestJS Workspace

Exploring NestJS Workspace

27
Comments 5
2 min read
Deno, first approach

Deno, first approach

180
Comments 4
12 min read
Open source wireframe & mockup | online

Open source wireframe & mockup | online

6
Comments
1 min read
Seamless web workers & worker threads - threads.js

Seamless web workers & worker threads - threads.js

225
Comments 10
4 min read
Exploring How lit-html Works: Introduction

Exploring How lit-html Works: Introduction

9
Comments
1 min read
TypeScript, event handlers in the DOM, and the this keyword

TypeScript, event handlers in the DOM, and the this keyword

44
Comments 1
2 min read
Creating Serverless Functions using TDD

Creating Serverless Functions using TDD

23
Comments
15 min read
Interactive TypeScript programming with IDE

Interactive TypeScript programming with IDE

12
Comments
3 min read
Creating Observables from an array of sequentially completing Promises

Creating Observables from an array of sequentially completing Promises

9
Comments 3
2 min read
Exploring the HttpClientModule in Angular

Exploring the HttpClientModule in Angular

131
Comments
16 min read
Dynamic value type inference?

Dynamic value type inference?

9
Comments 3
3 min read
Vue Router Testing Strategies

Vue Router Testing Strategies

12
Comments
7 min read
I was Promised Pizza

I was Promised Pizza

9
Comments
5 min read
So I did it (vuejs meets an automation engineer)!

So I did it (vuejs meets an automation engineer)!

6
Comments
4 min read
Nim for TypeScript Devs

Nim for TypeScript Devs

10
Comments
3 min read
How I built an awesome email-marketing Command Line App with TypeScript

How I built an awesome email-marketing Command Line App with TypeScript

9
Comments 2
3 min read
Typescript is actually amazing.

Typescript is actually amazing.

46
Comments 1
3 min read
Exploring AWS CDK - Step Functions

Exploring AWS CDK - Step Functions

54
Comments 7
15 min read
How do you write an empty array?

How do you write an empty array?

8
Comments 10
1 min read
How to Set up Create React App with TypeScript, Ant Design, LESS, CSS Modules, and ESLint

How to Set up Create React App with TypeScript, Ant Design, LESS, CSS Modules, and ESLint

26
Comments
9 min read
A Collection of Useful React Hooks for Geocoding Purposes and More

A Collection of Useful React Hooks for Geocoding Purposes and More

8
Comments 2
4 min read
Understanding Design Patterns: Null Object

Understanding Design Patterns: Null Object

195
Comments 2
7 min read
Why use TypeScript?

Why use TypeScript?

46
Comments
9 min read
loading...