最新文章:
- 什么是静态服务器
- npx是什么东东,跟npm有啥关系?
- AMD宣布将在全球范围内裁员4%
- 处理Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.警告
- 什么是原子化CSS
推荐几个非常赞的TypeScript学习宝库
发布时间:2022年10月18日 评论数:抢沙发阅读数: 1983
TypeScript 是微软开发的一个开源的编程语言,通过在 JavaScript 的基础上添加静态类型定义构建而成。TypeScript 通过 TypeScript 编译器或 Babel 转译为 JavaScript 代码,可运行在任何浏览器和操作系统。下面来分享 几个值得学习的 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. 深入理解 TypeScript
TypeScript 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. DefinitelyTyped
DefinitelyTyped 包含大量的高质量的 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 资源
本文地址: https://arbays.com/post/196  本文已被百度收录!
版权声明:若无注明,本文皆为“富录-前端开发|web技术博客”原创,转载请保留文章出处。