DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Introducing Isotope - statically-dynamic UI library!

Introducing Isotope - statically-dynamic UI library!

35
Comments 9
1 min read
How to set up and code Nuxt.js apps fully in TypeScript

How to set up and code Nuxt.js apps fully in TypeScript

20
Comments
10 min read
React and TypeScript Testing: Mocking Functions with Jest

React and TypeScript Testing: Mocking Functions with Jest

10
Comments 1
3 min read
Advanced TypeScript Exercises - Question 8

Advanced TypeScript Exercises - Question 8

15
Comments 5
2 min read
Typescript Learnings 001: Object Destructuring

Typescript Learnings 001: Object Destructuring

7
Comments
2 min read
Debugging ScullyIO Rendering and Network Errors with the help of puppeteerLaunchOptions

Debugging ScullyIO Rendering and Network Errors with the help of puppeteerLaunchOptions

5
Comments
2 min read
How to get Angular in your pocket?

How to get Angular in your pocket?

4
Comments 2
2 min read
Infrastructure as Code in TypeScript

Infrastructure as Code in TypeScript

11
Comments
5 min read
How to use Web Components with Next.js and TypeScript

How to use Web Components with Next.js and TypeScript

61
Comments 2
2 min read
Prove that JavaScript runs in a single thread

Prove that JavaScript runs in a single thread

35
Comments 5
2 min read
Sequelize + Typescript ตอนที่ 1

Sequelize + Typescript ตอนที่ 1

12
Comments
2 min read
react-particles-js ️ tsParticles

react-particles-js ️ tsParticles

7
Comments
1 min read
How to develop Figma plugin with React + TS

How to develop Figma plugin with React + TS

14
Comments 2
2 min read
How to Use class instead of className with Preact and TypeScript

How to Use class instead of className with Preact and TypeScript

7
Comments 1
5 min read
Getting Started with TypeScript by making an Express REST API

Getting Started with TypeScript by making an Express REST API

13
Comments 1
14 min read
tsParticles v1.12.5 released

tsParticles v1.12.5 released

6
Comments
4 min read
How to mock an imported Typescript class with Jest

How to mock an imported Typescript class with Jest

54
Comments 13
3 min read
Map and filter arrays in a performant way with transducers in Typescript

Map and filter arrays in a performant way with transducers in Typescript

6
Comments 1
3 min read
Conditional Validation In Angular Using RxWeb

Conditional Validation In Angular Using RxWeb

11
Comments
2 min read
Discuss: React component libraries compatible with emotion and TypeScript?

Discuss: React component libraries compatible with emotion and TypeScript?

12
Comments 10
1 min read
TypeScript Exercises Bonus🦠 - Answers Part 2

TypeScript Exercises Bonus🦠 - Answers Part 2

16
Comments 4
3 min read
tsParticles v1.12.3 released

tsParticles v1.12.3 released

5
Comments
4 min read
tsParticles v1.12.2 released

tsParticles v1.12.2 released

5
Comments
4 min read
A weather API with Node.js, OvernightJS and TypeScript

A weather API with Node.js, OvernightJS and TypeScript

5
Comments 1
5 min read
Different types of bindings in Web Atoms for Xamarin.Forms

Different types of bindings in Web Atoms for Xamarin.Forms

8
Comments
4 min read
React Context with useReducer and Typescript.

React Context with useReducer and Typescript.

249
Comments 28
5 min read
Secretlint prevent committing your {npm,AWS,GCP,slack,ssh} credential

Secretlint prevent committing your {npm,AWS,GCP,slack,ssh} credential

9
Comments
3 min read
Make your own Dev.to CMS livestream - Part 4

Make your own Dev.to CMS livestream - Part 4

11
Comments 2
2 min read
Do you need Vuex?

Do you need Vuex?

34
Comments 2
3 min read
Scripts simultâneos no package.json

Scripts simultâneos no package.json

6
Comments 1
3 min read
tsParticles v1.12.1 released

tsParticles v1.12.1 released

5
Comments
4 min read
Moving Beyond Angular's Style Guide - Part 2: Small functions

Moving Beyond Angular's Style Guide - Part 2: Small functions

3
Comments
4 min read
How to not create your RxJS observables

How to not create your RxJS observables

30
Comments 2
4 min read
Do people like Javascript?

Do people like Javascript?

6
Comments
2 min read
tsParticles v1.12.0 released

tsParticles v1.12.0 released

6
Comments
5 min read
Vue Composition API Components

Vue Composition API Components

7
Comments
1 min read
Gatsby Typescript and Sass conf

Gatsby Typescript and Sass conf

9
Comments 1
5 min read
Angular Reactive Form Value Reset Stratergy using RxWeb

Angular Reactive Form Value Reset Stratergy using RxWeb

8
Comments
2 min read
Typed Redux State Management

Typed Redux State Management

11
Comments
10 min read
Of Dungeons, Dragons and SAT-Solvers

Of Dungeons, Dragons and SAT-Solvers

6
Comments 1
6 min read
What problems do front end developers face currently that do not have a well formed solution?

What problems do front end developers face currently that do not have a well formed solution?

8
Comments 8
1 min read
TypeScript Generics and Type Guards - Explained by Example

TypeScript Generics and Type Guards - Explained by Example

18
Comments
8 min read
Unit test in typescript by jest

Unit test in typescript by jest

8
Comments 2
4 min read
NextJS + Typescript + Storybook guide 2020

NextJS + Typescript + Storybook guide 2020

45
Comments 6
2 min read
How to setup gatsby with TypeScript and ESLint + prettier

How to setup gatsby with TypeScript and ESLint + prettier

61
Comments 3
3 min read
Improve Your Javascript Codebase With Low Friction Typing Annotations

Improve Your Javascript Codebase With Low Friction Typing Annotations

6
Comments
3 min read
L'opĂŠrateur de chaĂŽnage optionnel : une nouveautĂŠ de TypeScript 3.7

L'opĂŠrateur de chaĂŽnage optionnel : une nouveautĂŠ de TypeScript 3.7

5
Comments 4
2 min read
Effective form handling using React Hooks

Effective form handling using React Hooks

14
Comments
3 min read
react-fluent-form: How to write forms with validation in few steps

react-fluent-form: How to write forms with validation in few steps

21
Comments 1
9 min read
5 Reasons to Choose Model Based Reactive Forms Using RxWeb

5 Reasons to Choose Model Based Reactive Forms Using RxWeb

9
Comments
3 min read
Bootstrap in Create React App Typescript

Bootstrap in Create React App Typescript

8
Comments 1
6 min read
Moving Beyond Angular's Style Guide - Part 1: Rule of One

Moving Beyond Angular's Style Guide - Part 1: Rule of One

12
Comments
4 min read
Intro to TypeScript

Intro to TypeScript

54
Comments 6
3 min read
Toggling Light/Dark Theme in React with useContext

Toggling Light/Dark Theme in React with useContext

126
Comments 3
2 min read
Task planning algorithm in TypeScript: real-life problem solved with graph theory

Task planning algorithm in TypeScript: real-life problem solved with graph theory

10
Comments
5 min read
Typed fake REST APIs

Typed fake REST APIs

5
Comments 2
7 min read
Roll your own comments cleaner

Roll your own comments cleaner

8
Comments 2
4 min read
Simplified Angular Reactive Forms

Simplified Angular Reactive Forms

13
Comments 1
4 min read
Setting up Storybook for Preact with TypeScript

Setting up Storybook for Preact with TypeScript

7
Comments
2 min read
Tuples are ok

Tuples are ok

45
Comments 13
3 min read
loading...