TypeScript-List
TypeScript List
Overview
- 2017-Why We Chose Typescript: Frontend engineering is in a very different state than it was when Reddit was first conceived.
Case Study
Resource
-
2015-TypeScript Handbook》📚: The TypeScript Handbook is a comprehensive guide to the TypeScript language.
-
2016-TypeScript Deep Dive》📚: This is based on the lessons from Stack Overflow / DefinitelyTyped and general engagement with the TypeScript community. 中文版参考 深入理解 TypeScript。
-
Awesome TypeScript 🗃️: A collection of awesome TypeScript resources for client-side and server-side development. Write your awesome JavaScript in TypeScript. Inspired by the awesome lists.
-
Design Patterns in TypeScript : Here are the implementations of the following design patterns in TypeScript.
Tutorial
-
2018-Advanced functional programming in TypeScript: In this post, you’ll see how to take advantage of generators to make the monadic code more readable.
-
TypeScript Practical Introduction: Let’s learn TypeScript features through practical examples.
-
2018-Surviving the TypeScript Ecosystem #Series#: I won’t be explaining anything around the JavaScript ecosystem and I won’t be covering with any depth TypeScript features that are intuitive and/or consistent with other statically-typed languages.
-
2019-TypeScript Evolution #Series#: The TypeScript Evolution series consists of 40 posts.
-
2021-10 bad TypeScript habits to break this year: TypeScript and JavaScript have steadily evolved over the last years, and some of the habits we built over the last decades have become obsolete. Some might never have been meaningful. Here’s a list of 10 habits that we all should break.
-
2022-beginners-typescript : An interactive TypeScript tutorial for beginners.
Advanced Types
-
type-challenges : Collection of TypeScript type challenges with online judge.
-
TDungeon : TDungeon is a small adventure game that runs in the Typescript type system
-
TS Patterns: An interactive TypeScript repo on advanced patterns (WIP)