- Learn React with TypeScript 3
- Carl Rippon
- 54字
- 2021-06-10 19:16:41
Further reading
http://www.typescriptlang.org has great documentation on TypeScript. It is worth looking at the following pages of this site to cement your knowledge, or using them as a quick reference guide:
- Basic types: https://www.typescriptlang.org/docs/handbook/basic-types.html
- Interfaces: https://www.typescriptlang.org/docs/handbook/interfaces.html
- Classes: https://www.typescriptlang.org/docs/handbook/classes.html
- Modules: https://www.typescriptlang.org/docs/handbook/modules.html
- Compiler Options: https://www.typescriptlang.org/docs/handbook/compiler-options.html
The full list of tslint rules can be found at https://palantir.github.io/tslint/rules/.
推薦閱讀
- JavaScript從入門到精通(微視頻精編版)
- Java異步編程實戰
- C語言從入門到精通(第4版)
- 用Flutter極速構建原生應用
- Python編程:從入門到實踐
- Scala編程實戰(原書第2版)
- Learning OpenStack Networking(Neutron)
- Learning Raspbian
- 區塊鏈技術與應用
- Distributed Computing in Java 9
- UI動效設計從入門到精通
- Android初級應用開發
- Jakarta EE Cookbook
- Serverless工程實踐:從入門到進階
- ASP.NET Core 2 High Performance(Second Edition)