TypeScript 学习资源
- 官方文档: **Github:**https://github.com/microsoft/TypeScript
- 中国最好的 TypeScript 入门到进阶系统教程。: **Github:**https://github.com/mqyqingfeng/learn-typescript
- TypeScript 使用手册(中文版)翻译。: **Github:**https://github.com/zhongsp/TypeScript
- TypeScript Deep Dive 中文版。:**Github:**https://github.com/jkchao/typescript-book-chinese
- 从 JavaScript 程序员的角度总结思考,循序渐进地理解 TypeScript。:**Github:**https://github.com/xcatliu/typescript-tutorial
- TypeScript 类型挑战: **Github:**https://github.com/type-challenges/type-challenges
- DefinitelyTyped 包含大量的高质量的 TypeScript 类型定义。通过使用 DefinitelyTyped 及其包含的声明文件,我们可以使用大多数流行的 JavaScript 库,就像它们是 TypeScript 库一样,将通过编译器进行类型验证。**Github:**https://github.com/DefinitelyTyped/DefinitelyTyped
- 本指南记录了有关在 React(及其生态系统)中以函数式风格使用 TypeScript 的模式和秘诀。它将使代码类型安全,同时专注于从实现中推断类型,从长远来看更容易编写和维护正确的类型。**Github:**https://github.com/piotrwitek/react-redux-typescript-guide
-
React+TypeScript 备忘录:**Github:**https://github.com/typescript-cheatsheets/react
- 将 Clean Code 的概念适用到 TypeScript,引导读者使用 TypeScript 编写易读、可扩展的应用。:**Github:**https://github.com/labs42io/clean-code-typescript
- Google TypeScript 风格指南。:**Github:**https://google.github.io/styleguide/tsguide.html
-
Awesome TypeScript : **Github:**https://github.com/semlinker/awesome-typescript
- 简洁的 TypeScript 之书