THE DIGEST
-
Create scaleable HTTP Client with Typescript and Fetch APIMedium
We create own HTTP client can adapt the product requirement, so we can create HTTPClientAPIA, HTTPClientAPIB,...
-
TypeScript 5 GA Extends Decorators, Stabilizes New Module Resolution Option, and MoreInfoQ
After announcing TypeScript 5.0 Beta three months ago, TypeScript 5 has finally reached general availability. Among...
-
Remult, a Crud Framework for Fullstack TypescriptInfoQ
Remult is a full-stack CRUD library that simplifies development by leveraging TypeScript models, providing a...
-
Deno Improves Node.js Support: Built-in Modules, package.json, Dynamic Import and Worker CompilationInfoQ
Recent releases of Deno (1.30, 1.31, and 1.32) make it easier for Node.js developers to transition to Deno...
-
Announcing TypeScript 5.1 - TypeScriptTypeScript
Today we’re excited to announce the release of TypeScript 5.1!
-
Latest Deno release supports NPM packagesInfoWorld
Deno 1.34 improves NPM and Node.js compatibility and adds support for Globs, TLS certificates, and more.
-
JavaScript vs. TypeScript: What's the difference?TheServerSide.com
Is JavaScript or TypeScript the right choice for your webpage or microservice?
-
TypeScript 5.1 release candidate arrivesInfoWorld
TypeScript upgrade soothes pain points with easier implicit returns for undefined-returning functions and greater...
-
ComponentProps: React's Most Useful Type Helpertotaltypescript.com
Discover the power of ComponentProps in React and TypeScript.
-
Generate literal type for numbers rangecatchts.com
Generate literal type for numbers range in various verions of TypeScript.
-
TypeScript Runtime Type CheckingMedium
Utilizing TypeScript’s Type System and Overcoming JavaScript Quirks for Robust Runtime Checks
-
The Complete Guide to Safe Type Narrowing in TypeScriptblog.thoughtspile.tech
-
Configuring ESLint, Prettier, and TypeScript TogetherGoldblog
Recommendations for getting your formatter, linter, and type checker to play together nicely.
-
Function types are weird in TypeScriptTotal TypeScript
The article discusses why TypeScript does not throw an error when a function that is assigned to a variable doesn't...
-
The Definitive TypeScript 5.0 Guide - SitePenSitePen
Our TypeScript style guide is regularly updated to provide new information about the latest versions of TypeScript,...
-
Typescript Runtime Validators and DX analysisDEV Community
Typescript's biggest limitations is the lack of added runtime type safety.
-
Announcing TypeScript 5.0 Beta - TypeScriptTypeScript
Today we’re excited to announce our beta release of TypeScript 5.0! This release brings many new features, while...
-
Blazing Fast Tips: TypeScript Utility TypesYouTube
Between Pick, Omit, Exclude, Extract, ReturnType and many more, it's sometimes hard to know what TypeScript utility...