Tag: ts
All the articles with the tag "ts".
Tech Watch Posts
Essential Typescript for React
Published: at 02:33 PMThe minimum set of typescript knowledge to be effective at product development with React
The TSConfig Cheat Sheet
Published: at 03:29 PMThe TSConfig Cheat Sheet is a comprehensive guide to configuring TypeScript. It covers the base options, strictness, transpiling with TypeScript, building for a library, and building for a library in a monorepo. Some of the important points from this article are that es2022 is the best option for stability, and that you should use strict mode.