当前位置:网站首页>Typescript入门教程(B站黑马程序员)
Typescript入门教程(B站黑马程序员)
2022-07-06 09:10:00 【巨人张】
视频链接:https://www.bilibili.com/video/BV14Z4y1u7pi?p=1
1. TypeScript 介绍
1.1 TypeScript 是什么
1.2 TypeScript 为什么要为 JS 添加类型支持?
1.3 TypeScript 相比 JS 的优势
2. TypeScript 初体验
2.1 安装编译 TS 的工具包
2.2 编译并运行 TS 代码
2.3 简化运行 TS 的步骤
- 注意:若
ts-node hello.ts
执行报错,需要先执行命令tsc --init
创建一个 tsconfig.json 文件,该文件是 TypeScript 项目的配置文件 - tsconfig.json 包含 TypeScript 编译的相关配置,通过更改编译配置项,我们可以让 TypeScript 编译出 ES6、ES5、node 的代码。
3. TypeScript 常用类型
3.1 类型注解
3.2 常用基础类型概述
3.3 原始类型
3.4 数组类型
3.5 类型别名
3.6 函数类型
- 如果函数没有返回值,那么,函数返回值类型为:void。
3.7 对象类型
3.8 接口
3.9 元组
3.10 类型推论
3.11 类型断言
3.12 字面量类型
3.13 枚举
3.14 any 类型
3.15 typeof
4. TypeScript 高级类型
4.1 class 类
- 类继承的两种方式:1 extends(继承父类) 2 implements(实现接口)。
- 类成员可见性:可以使用 TS 来控制 class 的方法或属性对于 class 外的代码是否可见。
- public
- protected
- private
- readonly
4.2 类型兼容性
4.3 交叉类型
4.4 泛型
Partial<Type>
Readonly<Type>
Pick<Type, Keys>
Record<Keys, Type>
4.5 索引签名类型
4.6 映射类型
5. TypeScript 类型声明文件
5.1 TS 中的两种文件类型
5.2 类型声明文件的使用说明
6. 在 React 中使用 TypeScript
6.1 使用 CRA 创建支持 TS 的项目
6.2 TS 配置文件 tsconfig.json
6.3 React 中的常用类型
边栏推荐
- The governor of New Jersey signed seven bills to improve gun safety
- 好博客好资料记录链接
- Notes of Dr. Carolyn ROS é's social networking speech
- Canoe CAPL file operation directory collection
- 实现微信公众号H5消息推送的超级详细步骤
- C杂讲 浅拷贝 与 深拷贝
- Write your own CPU Chapter 10 - learning notes
- MySQL real battle optimization expert 08 production experience: how to observe the machine performance 360 degrees without dead angle in the process of database pressure test?
- Release of the sample chapter of "uncover the secrets of asp.net core 6 framework" [200 pages /5 chapters]
- [Julia] exit notes - Serial
猜你喜欢
Automation sequences of canoe simulation functions
CANoe不能自动识别串口号?那就封装个DLL让它必须行
[Julia] exit notes - Serial
14 医疗挂号系统_【阿里云OSS、用户认证与就诊人】
C杂讲 浅拷贝 与 深拷贝
C杂讲 文件 初讲
C miscellaneous lecture continued
Jar runs with error no main manifest attribute
MySQL combat optimization expert 12 what does the memory data structure buffer pool look like?
[NLP] bert4vec: a sentence vector generation tool based on pre training
随机推荐
如何让shell脚本变成可执行文件
Which is the better prospect for mechanical engineer or Electrical Engineer?
Installation of pagoda and deployment of flask project
MySQL combat optimization expert 03 uses a data update process to preliminarily understand the architecture design of InnoDB storage engine
MySQL实战优化高手03 用一次数据更新流程,初步了解InnoDB存储引擎的架构设计
CANoe不能自动识别串口号?那就封装个DLL让它必须行
C杂讲 双向循环链表
Southwest University: Hu hang - Analysis on learning behavior and learning effect
A new understanding of RMAN retention policy recovery window
docker MySQL解决时区问题
MySQL Real Time Optimization Master 04 discute de ce qu'est binlog en mettant à jour le processus d'exécution des déclarations dans le moteur de stockage InnoDB.
MySQL real battle optimization expert 08 production experience: how to observe the machine performance 360 degrees without dead angle in the process of database pressure test?
MySQL combat optimization expert 07 production experience: how to conduct 360 degree dead angle pressure test on the database in the production environment?
13 医疗挂号系统_【 微信登录】
Retention policy of RMAN backup
Can I learn PLC at the age of 33
在CANoe中通过Panel面板控制Test Module 运行(初级)
17 医疗挂号系统_【微信支付】
MySQL storage engine
VH6501学习系列文章