环球速递!推荐12个值得学习的TypeScript宝库!
2022-09-30 08:50:43来源:前端充电宝
大家好,我是 CUGGZ。国庆节前最后一天,提前祝大家假期愉快呀~
TypeScript 是微软开发的一个开源的编程语言,通过在 JavaScript 的基础上添加静态类型定义构建而成。TypeScript 通过 TypeScript 编译器或 Babel 转译为 JavaScript 代码,可运行在任何浏览器和操作系统。下面来分享 12 个值得学习的 TypeScript 宝库!
1、TypeScript 官方文档TypeScript 官方文档,提供了中文版本。
(资料图片仅供参考)
Github:https://github.com/microsoft/TypeScript。
2、学习 TypeScript可能是中国最好的 TypeScript 入门到进阶系统教程。
Github:https://github.com/mqyqingfeng/learn-typescript。
3、TypeScript 使用指南手册TypeScript 使用手册(中文版)翻译。
Github:https://github.com/zhongsp/TypeScript。
4、深入理解 TypeScriptTypeScript Deep Dive 中文版。
Github:https://github.com/jkchao/typescript-book-chinese。
5、TypeScript 入门教程从 JavaScript 程序员的角度总结思考,循序渐进地理解 TypeScript。
Github:https://github.com/xcatliu/typescript-tutorial。
6、TypeScript 类型挑战高质量的类型可以提高项目的可维护性并避免一些潜在的漏洞。本项目意在于让你更好地了解 TS 的类型系统,编写你自己的类型工具,或者只是单纯的享受挑战的乐趣!
Github:https://github.com/type-challenges/type-challenges。
7、DefinitelyTypedDefinitelyTyped 包含大量的高质量的 TypeScript 类型定义。通过使用 DefinitelyTyped 及其包含的声明文件,我们可以使用大多数流行的JavaScript库,就像它们是 TypeScript 库一样,将通过编译器进行类型验证。
Github:https://github.com/DefinitelyTyped/DefinitelyTyped。
8、react-redux-typescript-guide本指南记录了有关在 React(及其生态系统)中以函数式风格使用 TypeScript 的模式和秘诀。它将使代码类型安全,同时专注于从实现中推断类型,从长远来看更容易编写和维护正确的类型。
Github:https://github.com/piotrwitek/react-redux-typescript-guide。
9、React+TypeScript 备忘录专注于帮助 React 开发人员在 React 应用中使用 TypeScript。
Github:https://github.com/typescript-cheatsheets/react。
10、clean-code-typescript将 Clean Code 的概念适用到 TypeScript,引导读者使用 TypeScript 编写易读、可扩展的应用。
Github:https://github.com/labs42io/clean-code-typescript。
11、谷歌TypeScript风格指南Google TypeScript 风格指南。
Github:https://google.github.io/styleguide/tsguide.html。
12、Awesome TypeScript很棒的 TypeScript 资源。
Github:https://github.com/semlinker/awesome-typescript。