2023-05-29
3401
#typescript
Basarat Ali Syed
33736
May 29, 2023 â‹… 12 min read

Using built-in utility types in TypeScript

Basarat Ali Syed That guy you probably know because you heard something about TypeScript.

Recent posts:

best ai coding tools 2025

The 10 best AI coding tools for 2025

AI coding tools are growing in prominence. Explore the leading AI coding tools for 2025, from IDEs to conversational AI assistants.

Isaac Okoro
Apr 8, 2025 â‹… 9 min read
how to add custom fonts in React Native

How to add custom fonts in React Native

Custom fonts provide your apps with a unique identity. Explore modern ways to add custom fonts in a React Native app, including Google Fonts.

Nitish Sharma
Apr 7, 2025 â‹… 10 min read
React Useref Hooks

How to use the React useRef Hook effectively

Learn how to use React useRef for managing references, avoiding re-renders, and applying best practices in functional components.

Rahul Chhodde
Apr 7, 2025 â‹… 11 min read
How to eliminate render-blocking resources — CSS and JavaScript

How to eliminate render-blocking resources — CSS and JavaScript

Use Lighthouse to eliminate render-blocking resources, which block the first paint of your page, in both CSS and JavaScript.

Anna Monus
Apr 4, 2025 â‹… 8 min read
View all posts

2 Replies to "Using built-in utility types in TypeScript"

  1. This is by far the best explanation of Typescripts utility types I have ever read. I also like the sample code which makes it easy to use in your own projects. Thank you very much!

Leave a Reply