DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
State vs Props in React

State vs Props in React

4
Comments
1 min read
Docker Node Alpine Image Build Fails on node-gyp

Docker Node Alpine Image Build Fails on node-gyp

8
Comments 1
4 min read
Create Component in React

Create Component in React

4
Comments
1 min read
Intro to Bootstrap

Intro to Bootstrap

22
Comments 1
2 min read
Intro to Typescript generics (a must know)

Intro to Typescript generics (a must know)

18
Comments
4 min read
Getting Started with React

Getting Started with React

5
Comments 1
1 min read
Implicit flow authentication using angular-oauth2-oidc (Angular)

Implicit flow authentication using angular-oauth2-oidc (Angular)

14
Comments 7
3 min read
Angular/React両方を経験して得られた堅牢なアプリケーション設計

Angular/React両方を経験して得られた堅牢なアプリケーション設計

32
Comments
6 min read
How to use React hooks in Apollo Client for GraphQL

How to use React hooks in Apollo Client for GraphQL

16
Comments
7 min read
How to Use Chart.js with Vue & TypeScript

How to Use Chart.js with Vue & TypeScript

11
Comments 1
2 min read
SPFx issues with the new Referrer-Policy in Chrome >= 85

SPFx issues with the new Referrer-Policy in Chrome >= 85

3
Comments
2 min read
Making an animated header with Framer Motion

Making an animated header with Framer Motion

14
Comments 2
2 min read
Turn a Stream of Objects into an Object of Streams

Turn a Stream of Objects into an Object of Streams

32
Comments 12
2 min read
Introducing vue-float-menu, A Smart floating Menu for Vue 3.

Introducing vue-float-menu, A Smart floating Menu for Vue 3.

12
Comments
4 min read
Marks, Streamlined evolution of a Markdown engine...

Marks, Streamlined evolution of a Markdown engine...

4
Comments
6 min read
An introduction to TypeScript and ES Modules

An introduction to TypeScript and ES Modules

21
Comments 3
10 min read
How NgRx Store & Effects Work: 20 LoC Re-Implementation

How NgRx Store & Effects Work: 20 LoC Re-Implementation

54
Comments 4
10 min read
Align TypeScript Standards With JSON Schema

Align TypeScript Standards With JSON Schema

7
Comments
3 min read
Batching Operations - When Pure Immutability Is Not Worth It

Batching Operations - When Pure Immutability Is Not Worth It

5
Comments 2
4 min read
Don't use fixtures in Cypress and unit tests- use factories

Don't use fixtures in Cypress and unit tests- use factories

40
Comments 11
7 min read
Redux에 custom hook으로 Computed value 달아주기

Redux에 custom hook으로 Computed value 달아주기

6
Comments
1 min read
Use react hooks with react-redux in typescript

Use react hooks with react-redux in typescript

7
Comments
7 min read
Introducing react-chrono - A flexible Timeline component for React

Introducing react-chrono - A flexible Timeline component for React

52
Comments
3 min read
JIT vs AOT in layman's terms

JIT vs AOT in layman's terms

5
Comments
2 min read
Create styled.d.ts to make Typescript work with styled-components

Create styled.d.ts to make Typescript work with styled-components

43
Comments 2
3 min read
As novas funcionalidades do Javascript em 2020 (ES2020)

As novas funcionalidades do Javascript em 2020 (ES2020)

8
Comments
3 min read
4 reasons to use NextJS

4 reasons to use NextJS

30
Comments
3 min read
Cosmos DB SQL API for NestJS and Dynamic Module

Cosmos DB SQL API for NestJS and Dynamic Module

5
Comments
2 min read
How To Use Redux with Hooks in a React-TypeScript Project

How To Use Redux with Hooks in a React-TypeScript Project

19
Comments 6
5 min read
Typescript File Inheritance

Typescript File Inheritance

6
Comments
2 min read
covid-19-tracker using React with Typescript

covid-19-tracker using React with Typescript

6
Comments
1 min read
Liaison 1.0: Reuniting the Frontend and the Backend

Liaison 1.0: Reuniting the Frontend and the Backend

5
Comments
2 min read
What are/were your go-to resources for learning TypeScript?

What are/were your go-to resources for learning TypeScript?

42
Comments 25
1 min read
GraphQL on Azure: Part 5 - Can we make GraphQL type safe in code?

GraphQL on Azure: Part 5 - Can we make GraphQL type safe in code?

36
Comments
7 min read
How to Set Up Next.js With TypeScript

How to Set Up Next.js With TypeScript

6
Comments
3 min read
A Mental Model for Writing React Hook Components

A Mental Model for Writing React Hook Components

9
Comments
3 min read
I've hit a brick wall. How do I progress as a React Dev and other confusions.

I've hit a brick wall. How do I progress as a React Dev and other confusions.

36
Comments 28
1 min read
Should I use fp-ts Option?

Should I use fp-ts Option?

43
Comments 15
10 min read
How I tanked my MLH Fellowship interview and still got in

How I tanked my MLH Fellowship interview and still got in

32
Comments 13
6 min read
Lazy loading React components with loadable components [Week 37/20 in Review]

Lazy loading React components with loadable components [Week 37/20 in Review]

6
Comments
5 min read
Generating thumbnails via S3 events using aws-cdk (TypeScript)

Generating thumbnails via S3 events using aws-cdk (TypeScript)

16
Comments
5 min read
Best Practices

Best Practices

6
Comments
1 min read
Where to initialize components selectors in Angular?

Where to initialize components selectors in Angular?

5
Comments 2
1 min read
💡 TIL: Listen for a right click with "contextmenu"

💡 TIL: Listen for a right click with "contextmenu"

7
Comments
1 min read
🐛🐛🐛JS/TS npm templates

🐛🐛🐛JS/TS npm templates

4
Comments 1
1 min read
React + TypeScript ❤️: The good parts ⚡

React + TypeScript ❤️: The good parts ⚡

283
Comments 9
6 min read
The React Typescript path - 2020

The React Typescript path - 2020

150
Comments
2 min read
TheActionDev 🧑‍💻

TheActionDev 🧑‍💻

6
Comments
2 min read
Typescript for beginners: adding typescript to your projects with parceljs

Typescript for beginners: adding typescript to your projects with parceljs

4
Comments
2 min read
Angular and NestJS Course

Angular and NestJS Course

3
Comments
3 min read
Announcing the new TypeScript Website

Announcing the new TypeScript Website

6
Comments
5 min read
Maximize your Cypress testing

Maximize your Cypress testing

7
Comments
11 min read
Moment.js is Done

Moment.js is Done

2
Comments
1 min read
Practical Guide to Fp-ts: P4 — Arrays, Semigroups, Monoid

Practical Guide to Fp-ts: P4 — Arrays, Semigroups, Monoid

31
Comments
9 min read
The Best Way To Architect Your Angular Libraries

The Best Way To Architect Your Angular Libraries

12
Comments 1
1 min read
Note to Self: Handling Exception on Nest JS and Interceptor

Note to Self: Handling Exception on Nest JS and Interceptor

9
Comments
1 min read
✨♻️One line - Date Operations in JavaScript

✨♻️One line - Date Operations in JavaScript

55
Comments 3
3 min read
Why would you want an API to print a PDF?

Why would you want an API to print a PDF?

2
Comments
1 min read
Typescript for beginners: array

Typescript for beginners: array

6
Comments
1 min read
Handling migrations in React Native with SQLite and fp-ts

Handling migrations in React Native with SQLite and fp-ts

2
Comments
7 min read
loading...