Forem

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Advanced TypeScript Exercises - Answer 3

Advanced TypeScript Exercises - Answer 3

49
Comments 6
4 min read
Next.js + Typescript: mejora la manera en que importas componentes y módulos locales

Next.js + Typescript: mejora la manera en que importas componentes y módulos locales

12
Comments
3 min read
Node.js Restful API template with TypeScript, Fastify and MongoDB

Node.js Restful API template with TypeScript, Fastify and MongoDB

16
Comments
2 min read
Redux setup in a fast way

Redux setup in a fast way

7
Comments
4 min read
Adventure Game Sentence Parsing with Compromise

Adventure Game Sentence Parsing with Compromise

16
Comments
6 min read
Initial Null Problem of AsyncPipe and async data-binding

Initial Null Problem of AsyncPipe and async data-binding

48
Comments 7
6 min read
Converting native Karma, Jasmine tests to use Angular-Testing-Library

Converting native Karma, Jasmine tests to use Angular-Testing-Library

9
Comments 1
3 min read
Karma, Jasmine are dead?

Karma, Jasmine are dead?

11
Comments 6
3 min read
Importing JSON Modules in TypeScript

Importing JSON Modules in TypeScript

7
Comments
2 min read
How to get started with TypeScript

How to get started with TypeScript

15
Comments
3 min read
A late adopter’s guide to TypeScript

A late adopter’s guide to TypeScript

12
Comments
7 min read
Learn Typescript with Me: Day 01 - Our First Components

Learn Typescript with Me: Day 01 - Our First Components

11
Comments
10 min read
Laziest way to publish for both NPM and <script src="">

Laziest way to publish for both NPM and <script src="">

10
Comments
2 min read
How to use third party controls in Web Atoms for Xamarin.Forms?

How to use third party controls in Web Atoms for Xamarin.Forms?

7
Comments
2 min read
React Context with TypeScript: Part 1 - Simple context with function components

React Context with TypeScript: Part 1 - Simple context with function components

13
Comments
3 min read
Implementing an opaque type in typescript

Implementing an opaque type in typescript

8
Comments
4 min read
Node.js + TypeScript Starter For Your Next Project

Node.js + TypeScript Starter For Your Next Project

49
Comments
1 min read
Easy type safety with useDispatch and useSelector

Easy type safety with useDispatch and useSelector

12
Comments
3 min read
Sharing custom views in react native

Sharing custom views in react native

10
Comments 5
3 min read
Are you still happy with the decision to use TypeScript?

Are you still happy with the decision to use TypeScript?

4
Comments 8
1 min read
Simple Unit Testing with Web Atoms

Simple Unit Testing with Web Atoms

11
Comments
2 min read
A batteries included React-TypeScript starter

A batteries included React-TypeScript starter

4
Comments
2 min read
Unit Testing Angular - Component Testing

Unit Testing Angular - Component Testing

120
Comments 5
10 min read
Email and password authentication with accounts-js and Apollo GraphQL - Part 1 - setting up the GraphQL server

Email and password authentication with accounts-js and Apollo GraphQL - Part 1 - setting up the GraphQL server

38
Comments 4
6 min read
Advanced TypeScript Exercises - Question 3

Advanced TypeScript Exercises - Question 3

19
Comments 7
1 min read
How to start a project with React + TypeScript

How to start a project with React + TypeScript

48
Comments 2
3 min read
Write your Xamarin.Forms apps with VS Code, TypeScript and TSX !!

Write your Xamarin.Forms apps with VS Code, TypeScript and TSX !!

19
Comments
3 min read
Introduction to composable optics with monocle-ts

Introduction to composable optics with monocle-ts

31
Comments 2
10 min read
5 min TypeScript NPM package

5 min TypeScript NPM package

95
Comments 1
3 min read
Svelte with TypeScript

Svelte with TypeScript

11
Comments
1 min read
I wrote an ORM for SQLite

I wrote an ORM for SQLite

13
Comments
1 min read
Boost Your TypeScript Project with ESLint, Prettier and lint-staged! 🔥🔥🔥

Boost Your TypeScript Project with ESLint, Prettier and lint-staged! 🔥🔥🔥

57
Comments 2
3 min read
Optional Chaining (?.), Nullish Coalescing (??), and Non-Null Assertion Operators (!) in TypeScript

Optional Chaining (?.), Nullish Coalescing (??), and Non-Null Assertion Operators (!) in TypeScript

26
Comments 1
5 min read
Using and Testing the Fetch API

Using and Testing the Fetch API

25
Comments
7 min read
http requests received turned into an Iterator

http requests received turned into an Iterator

7
Comments
1 min read
The Trouble with TypeScript

The Trouble with TypeScript

150
Comments 83
10 min read
Tutorial: Using Redux and Redux-Saga to handle WebSocket messages.

Tutorial: Using Redux and Redux-Saga to handle WebSocket messages.

24
Comments 1
3 min read
Creating Interactive Dashboards in Angular

Creating Interactive Dashboards in Angular

11
Comments
7 min read
Managing Multiple Functions with AWS SAM and Webpack

Managing Multiple Functions with AWS SAM and Webpack

37
Comments 25
15 min read
Building an Express Application with Express-Kun, a functional-paradigm express helper - Part 1 (Intro and Setup)

Building an Express Application with Express-Kun, a functional-paradigm express helper - Part 1 (Intro and Setup)

9
Comments
4 min read
Setup a Typescript Project with ESlint, Prettier, EditorConfig and Husky

Setup a Typescript Project with ESlint, Prettier, EditorConfig and Husky

44
Comments 7
4 min read
A Collection of TypeScript Guides and Cheatsheets

A Collection of TypeScript Guides and Cheatsheets

118
Comments 1
3 min read
My Fetch Wrapper with async/await and TypeScript

My Fetch Wrapper with async/await and TypeScript

40
Comments 7
1 min read
Using React.forwardRef() and an HOC on the same component

Using React.forwardRef() and an HOC on the same component

29
Comments 4
2 min read
Type-safe Payments with Next.js, TypeScript, and Stripe 🔒💸

Type-safe Payments with Next.js, TypeScript, and Stripe 🔒💸

128
Comments 7
11 min read
Advanced TypeScript Exercises - Answer 2

Advanced TypeScript Exercises - Answer 2

46
Comments 10
2 min read
Angular Accessibility

Angular Accessibility

38
Comments
5 min read
Typescript The Power of SOC in Angular

Typescript The Power of SOC in Angular

14
Comments
1 min read
Learning TypeScript

Learning TypeScript

24
Comments 8
1 min read
Use React Hooks & Context API to build a Redux style state container

Use React Hooks & Context API to build a Redux style state container

45
Comments 2
4 min read
Advanced TypeScript Exercises - Question 1

Advanced TypeScript Exercises - Question 1

210
Comments 16
1 min read
Type safety at runtime with JSON decoders

Type safety at runtime with JSON decoders

9
Comments
7 min read
How to write a tree-shakable component library

How to write a tree-shakable component library

119
Comments 17
9 min read
Solution for Angular IE Error: Uncaught (in promise) Loading chunk

Solution for Angular IE Error: Uncaught (in promise) Loading chunk

12
Comments
3 min read
Letting users search the database with a simple one-liner string (and let user decide which field to search)

Letting users search the database with a simple one-liner string (and let user decide which field to search)

6
Comments
1 min read
Notes on TypeScript: Type Level Programming Part 3

Notes on TypeScript: Type Level Programming Part 3

43
Comments
6 min read
Aurelia deep computed observation plugin

Aurelia deep computed observation plugin

11
Comments
1 min read
Advanced TypeScript Exercises - Question 2

Advanced TypeScript Exercises - Question 2

21
Comments 6
1 min read
Replacing Build Servers With Pulumi + AWS

Replacing Build Servers With Pulumi + AWS

14
Comments 5
7 min read
Angular Code Generation and injecting CSS

Angular Code Generation and injecting CSS

8
Comments
2 min read
loading...