Forem

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How I found a problem with Angular unit testing and decided to fix it myself.

How I found a problem with Angular unit testing and decided to fix it myself.

36
Comments 7
3 min read
Easier TypeScript tooling with TSQuery

Easier TypeScript tooling with TSQuery

11
Comments
6 min read
Custom TSLint rules with TSQuery 😍

Custom TSLint rules with TSQuery 😍

5
Comments
8 min read
How to use Vue Composition API using TypeScript - Part 2

How to use Vue Composition API using TypeScript - Part 2

43
Comments 4
2 min read
How to use Vue Composition API using TypeScript - Part 3

How to use Vue Composition API using TypeScript - Part 3

24
Comments 3
2 min read
How to Monitor and Track Errors in Your Apps with Sentry (Angular)

How to Monitor and Track Errors in Your Apps with Sentry (Angular)

6
Comments 3
3 min read
Export graphql schema to postman or insomnia collections

Export graphql schema to postman or insomnia collections

11
Comments 1
1 min read
Why GraphQL is the Ideal API Language for Frontend Engineers

Why GraphQL is the Ideal API Language for Frontend Engineers

34
Comments 5
8 min read
Debugging the TypeScript Codebase

Debugging the TypeScript Codebase

7
Comments
11 min read
Understanding Angular Modules

Understanding Angular Modules

44
Comments
7 min read
Typescript to JavaScript post compile

Typescript to JavaScript post compile

11
Comments
2 min read
How to use Vue Composition API using TypeScript - Part 1

How to use Vue Composition API using TypeScript - Part 1

48
Comments 7
2 min read
How to setup GatsbyJS starter with Typescript, ESLint, Prettier

How to setup GatsbyJS starter with Typescript, ESLint, Prettier

51
Comments 6
3 min read
React + Express + Typescript Boilerplate with Performance and Extended Functionality

React + Express + Typescript Boilerplate with Performance and Extended Functionality

11
Comments
7 min read
Immutable Records as object factories

Immutable Records as object factories

8
Comments
4 min read
TypeScript Basics - A Definitive Guide

TypeScript Basics - A Definitive Guide

156
Comments 6
7 min read
Modeling the state is your responsibility

Modeling the state is your responsibility

9
Comments
4 min read
Converting TypeScript decorators into static code!

Converting TypeScript decorators into static code!

30
Comments 2
13 min read
Typescript and SOLID

Typescript and SOLID

6
Comments 8
1 min read
Angular 11.0 Good Stuff

Angular 11.0 Good Stuff

4
Comments 6
1 min read
dev.to clone using React-Node, Apollo-Cache, apollo-link-token-refresh, One-2-Many relation in Typeorm [Part-3]

dev.to clone using React-Node, Apollo-Cache, apollo-link-token-refresh, One-2-Many relation in Typeorm [Part-3]

12
Comments
3 min read
Dev.To is great place...

Dev.To is great place...

5
Comments 4
1 min read
The ultimate explanation of TypeScript generics: functions

The ultimate explanation of TypeScript generics: functions

51
Comments
6 min read
Favor Composition over Inheritance

Favor Composition over Inheritance

5
Comments
1 min read
Revisiting Web Components with Dojo

Revisiting Web Components with Dojo

7
Comments
4 min read
Storybook Storyshots with NextJS, Typescript, and Jest

Storybook Storyshots with NextJS, Typescript, and Jest

13
Comments 1
1 min read
Choosing the right frontend database for a single page application

Choosing the right frontend database for a single page application

85
Comments 17
4 min read
UseReducer With Typescript

UseReducer With Typescript

47
Comments 5
7 min read
Render HTML with Vanilla JavaScript and lit-html

Render HTML with Vanilla JavaScript and lit-html

185
Comments 14
6 min read
You don't need TypeScript's index types (probably)

You don't need TypeScript's index types (probably)

15
Comments 3
3 min read
How I configure jest on a typescript node application

How I configure jest on a typescript node application

8
Comments
2 min read
Learning TypeScript: Start By Adding Notes 👩‍💻

Learning TypeScript: Start By Adding Notes 👩‍💻

7
Comments
3 min read
Storybook with Typescript and NextJS

Storybook with Typescript and NextJS

16
Comments 1
1 min read
Demystifying RxJS for Angular Developers

Demystifying RxJS for Angular Developers

188
Comments 2
9 min read
Choosing the right frontend database for a single page application

Choosing the right frontend database for a single page application

71
Comments 6
4 min read
Weekend task: Write your first TypeScript package and publish it to NPM!

Weekend task: Write your first TypeScript package and publish it to NPM!

59
Comments 2
3 min read
Creating Quasar Framework project with Typescript support (pre v1.9.6)

Creating Quasar Framework project with Typescript support (pre v1.9.6)

28
Comments 16
9 min read
facetat - a 1.5kb library for writing responsive styles for CSS-in-Js framework

facetat - a 1.5kb library for writing responsive styles for CSS-in-Js framework

9
Comments
2 min read
Developing and debugging with SAM & typescript with webpack

Developing and debugging with SAM & typescript with webpack

9
Comments 2
1 min read
Pratica - Monadic Library, now fully in Typescript!

Pratica - Monadic Library, now fully in Typescript!

61
Comments 5
2 min read
React SSR using GraphQL and Apollo boilerplate

React SSR using GraphQL and Apollo boilerplate

12
Comments
1 min read
dev.to clone using react-Hooks,Graphql-CodeGen, Apollo, Refresh-token, Authentication MiddleWare [Backend + FrontEnd](Part-2)

dev.to clone using react-Hooks,Graphql-CodeGen, Apollo, Refresh-token, Authentication MiddleWare [Backend + FrontEnd](Part-2)

50
Comments 1
4 min read
How to use InversifyJS and Utils with NodeJS & TypeScript

How to use InversifyJS and Utils with NodeJS & TypeScript

27
Comments 2
3 min read
Hacktoberfest: Let's build a VS Code Extension

Hacktoberfest: Let's build a VS Code Extension

93
Comments 5
2 min read
Typescript’s Omit: Pick’s Mirror

Typescript’s Omit: Pick’s Mirror

6
Comments 1
4 min read
How to Build a Bit Compiler for Svelte

How to Build a Bit Compiler for Svelte

40
Comments 2
6 min read
[UPDATE] SpaceInvadersJS - Demo live now!

[UPDATE] SpaceInvadersJS - Demo live now!

10
Comments 11
1 min read
Jordan Scrapes Real Foreclose

Jordan Scrapes Real Foreclose

6
Comments
5 min read
Type-Safe Redux Reducers

Type-Safe Redux Reducers

6
Comments 1
4 min read
Optional chaining and the null coalescing operator are game-changers in TypeScript 3.7

Optional chaining and the null coalescing operator are game-changers in TypeScript 3.7

16
Comments 1
5 min read
Learn the Redux Architecture by Creating the Minimal TODO App on top of NEXT.js

Learn the Redux Architecture by Creating the Minimal TODO App on top of NEXT.js

169
Comments 8
5 min read
Manually Lazy load Components in Angular 8

Manually Lazy load Components in Angular 8

26
Comments 11
5 min read
Making Friends With Optional Chaining in TypeScript

Making Friends With Optional Chaining in TypeScript

48
Comments 1
4 min read
dev.to clone using react-node via typescript, typegraphql & TypeOrm[Backend](Part-1)

dev.to clone using react-node via typescript, typegraphql & TypeOrm[Backend](Part-1)

89
Comments 1
4 min read
Creating AWS Amplify Functions in Typescript

Creating AWS Amplify Functions in Typescript

11
Comments
3 min read
Building reusable web components with Stencil.js

Building reusable web components with Stencil.js

49
Comments 1
13 min read
Nuxt + TypeScript + Apollo: a bumpy road

Nuxt + TypeScript + Apollo: a bumpy road

17
Comments
8 min read
TSConf 2019: Types on every desk, in every home, for every JS developer

TSConf 2019: Types on every desk, in every home, for every JS developer

48
Comments 10
5 min read
Advanced Typescript: dynamic return types without using generics

Advanced Typescript: dynamic return types without using generics

9
Comments
2 min read
Typescript: Creating Reusable Validations with Light Validate

Typescript: Creating Reusable Validations with Light Validate

7
Comments
6 min read
loading...