TypeScript Daily
@TypeScriptDaily
Followers
14K
Following
0
Media
34
Statuses
1K
Daily TypeScript news and articles. Sister account of https://t.co/M5FGMV4Cva, a weekly email round-up of TypeScript links. Curated by @mariusschulz.
Joined March 2016
βοΈ The first issue of TypeScript Weekly just went out! π Not subscribed yet? π Here's our website: https://t.co/X3A18IlWJ6
typescript-weekly.com
The best TypeScript links every week, right in your inbox.
4
7
22
TypeScript 5.0 is here! ππ Learn about what's new and try it today! https://t.co/OrFqM20z4q
devblogs.microsoft.com
Today weβre excited to announce the release of TypeScript 5.0! This release brings many new features, while aiming to make TypeScript smaller, simpler, and faster. Weβve implemented the new decorat...
31
1K
5K
An interview with @ahejlsberg: his origin story; how he created TypeScript, C#, Delphi and Turbo Pascal; open source; his daily workflow; his thoughts on AI, Solidity, Rust, and more. π https://t.co/IsiBN81Zkk βοΈ by Aarthi & Sriram's Podcast π· #TypeScript #JavaScript
aarthiandsriram.com
Every once in a while we get a guest we canβt believe we finally get to talk to - and you can hear the delight in our voices throughout.
0
2
12
An interview with @kdy1dev, the author of stc, who is rewriting TypeScript in Rust, hoping to significantly speed up type checking. An impossible challenge? π https://t.co/qtOoKgTjaU βοΈ by @mattpocockuk π· #TypeScript #JavaScript #Rust
totaltypescript.com
Donny (kdy1 on GitHub) is rewriting TypeScript in Rust hoping to speed up tsc which is slow due to its TypeScript base.
0
3
15
Various techniques for how to narrow the type of a value to a more specific one: from control flow analysis and built-in type guards to user-defined type guards and downcast functions. π https://t.co/6Biz1qhFok βοΈ by @thoughtspile π· #TypeScript #JavaScript
1
1
25
Between Pick, Omit, Exclude, Extract, and many more, itβs sometimes hard to know how TypeScript utility types are supposed to be used. Matt gives you the context you need to use these types to their maximum potential. π https://t.co/tfLs9gxyMs βοΈ by @mattpocockuk π· #TypeScript
0
3
22
Type-level madness! A lodash-like library for types, with support for type-level lambda functions. This goes to show how powerful and flexible TypeScript's type system has become over the years. π https://t.co/OMnVzI8BHK βοΈ by @GabrielVergnaud π· #TypeScript #JavaScript
github.com
A library of composable functions for the type-level! Transform your TypeScript types in any way you want using functions you already know. - gvergnaud/hotscript
0
5
16
Different approaches for creating types for a range of numbers in TypeScript's type system. π https://t.co/HB7uAK3bhZ βοΈ by @captainyosarian π· #TypeScript #JavaScript
catchts.com
TypeScript blog
0
1
5
A podcast series of in-depth interviews where @jsjoeio chats with experts, open-source maintainers, and web developers to distill the practice of migrating large-scale applications to TypeScript. π https://t.co/weeCtJg1N6 βοΈ by Joe Previte π· #TypeScript #JavaScript
0
1
9
On this episode of the PodRocket podcast, @mattpocockuk talked about Zod, an excellent library for TypeScript-first schema validation with static type inference. π https://t.co/xhwPq0OI3u ποΈ by Matt Pocock & Paul Mikulskis π· #TypeScript #JavaScript
0
1
2
This talk breaks down module resolution in TypeScript, explains the various options you can set, shows how to debug module resolution problems, and explores how it works in different situations. π https://t.co/8VJkbLM403 ποΈ by Ian VanSchooten π· #TypeScript #JavaScript
0
2
8
TypeScript 5.0 is around the corner! This release introduces many new features, while aiming to make TypeScript, smaller, simpler, and faster. It also includes various breaking changes and deprecations. π https://t.co/sBufLlhu77 βοΈ by @drosenwasser π· #TypeScript #JavaScript
devblogs.microsoft.com
Today weβre excited to announce our beta release of TypeScript 5.0! This release brings many new features, while aiming to make TypeScript, smaller, simpler, and faster. Weβve implemented the new...
0
4
27
This article explains how to develop and publish an npm package from scratch using TypeScript and Jest for testing. π https://t.co/rRidV3sQWj βοΈ by Ianis Triandafilov π· #TypeScript #JavaScript
1
1
14
The TypeScript team recently migrated the TypeScript codebase from legacy namespaces to ECMAScript modules and in the process improved compiler performance by 10β25% and tsc startup time by 30%. π https://t.co/IJaJmwdt7J βοΈ by @andhaveaniceday π· #TypeScript #JavaScript
github.com
This is it; the PR that converts the TypeScript repo from namespaces to modules. TL;DR: The TypeScript compiler is now implemented internally with modules, not namespaces. The compiler is now 10-25...
0
2
19
How to use the schema validation library Zod to check types at runtime, explained by none other than the excellent @mattpocockuk. π https://t.co/lChE7YT27v βοΈ by @mattpocockuk π· #TypeScript #JavaScript
totaltypescript.com
Zod is a TypeScript-first schema declaration and validation library. In this tutorial, Matt Pocock has prepared a set of exercises that will help you level up.
0
1
22
TypeScript recently turned 10 years old (can you believe it?). A look at the languageβs history, its early days, and where itβs at today. π https://t.co/q9779hMNfW βοΈ by @drosenwasser π· #TypeScript #JavaScript
devblogs.microsoft.com
Today is TypeScriptβs birthday! But this birthday is a special one β 10 years ago today, on October 1st, 2012, TypeScript was unveiled publicly for the first time. The Early Days When TypeScript...
0
4
20
TypeScript 4.9 has been released and brings with it the new `satisfies` operator, improved type narrowing for the `in` operator, and many other improvements. π https://t.co/YjndccwtIh βοΈ by @drosenwasser π· #TypeScript #JavaScript
devblogs.microsoft.com
Today we are excited to announce the availability of TypeScript 4.9! If youβre not familiar with TypeScript, itβs a language that builds on JavaScript by adding types and type-checking. Types can...
0
7
20
A proof of concept of a high-performance TypeScript-to-bytecode compiler that might lead to significant performance improvements when checking TypeScript code. π https://t.co/hi0j6aAGto βοΈ by @MarcJSchmidt π· #TypeScript #JavaScript
github.com
High-performance TypeScript compiler. Contribute to marcj/TypeRunner development by creating an account on GitHub.
0
2
17
A course to take your TypeScript skills to the next level! Learn how to unleash the full potential of the Turing-complete type system of TypeScript. π https://t.co/vfjiJukqzP βοΈ by @GabrielVergnaud π· #TypeScript #JavaScript
type-level-typescript.com
An online course to become a TypeScript expert. Discover the most advanced features of the type system while solving fun challenges!
0
14
39
A detailed look at union and intersection types in TypeScript. π https://t.co/W6sB08ng2A βοΈ by Tushar Sharma π· #TypeScript #JavaScript
1
3
19
Get hands-on interactive TypeScript practice and learn the foundational knowledge and skills you need to become a TypeScript Wizard. π https://t.co/MSDTX977mg βοΈ by @mattpocockuk π· #TypeScript #JavaScript
totaltypescript.com
Free interactive video tutorial that will help you get started with TypeScript.
0
9
25