Skip to content

Commit 13e29c4

Browse files
committed
feat: typescript blog
1 parent 51ab092 commit 13e29c4

File tree

5 files changed

+749
-39
lines changed

5 files changed

+749
-39
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.0.0 (2020-12-10)
1+
# 1.0.0 (2020-12-30)
22

33

44
### Bug Fixes
@@ -21,6 +21,7 @@
2121
* the math logic description about intersection and union which at advanced types ([9bcc637](https://github.com/Rain120/typescript-guide/commit/9bcc637024767a71b0021c9a1f006fd3392e7ece))
2222
* update google analysis id ([2e1721b](https://github.com/Rain120/typescript-guide/commit/2e1721b7f5a7b671398f5d6ec2c094194c4229c0))
2323
* use commands install replace ci, because not package-lock.json ([64cfc90](https://github.com/Rain120/typescript-guide/commit/64cfc9003cb860bbdcb1855c971da4f1df1acc51))
24+
* utility types Record example error ([51ab092](https://github.com/Rain120/typescript-guide/commit/51ab092a23c030379f42f35920c0211d5f3b4cf2))
2425

2526

2627
### Features

docs/.vuepress/utils/alias.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"extends": "extends",
2828
"implements": "implements",
2929
"infer": "infer",
30+
"blog": "博客",
3031
"tips": "Typescript Tips",
3132
"faqs": "Typescript FAQs"
3233
}

docs/zh/blog/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 博客 & 学习网站
2+
3+
- [TypeScript Github](https://github.com/Microsoft/TypeScript)
4+
5+
- [Typescript Handbook](https://www.typescriptlang.org/docs/handbook/intro.html)
6+
7+
- [Typescript Playground](https://www.typescriptlang.org/play)
8+
9+
- [《TypeScript Deep Dive》](https://basarat.gitbook.io/typescript/) 是一本很好的开源书, 从基础到深入, 很全面的阐述了 `TypeScript` 的各种魔法, 不管你是新手, 还是老鸟, 它都将适应你。此外, 它不同于 `TypeScript` 官方给出的文档(当然 `TypeScript` 给出的文档是很好的), 在此书中, 结合实际应用下的场景用例, 你将能更深入的理解 `TypeScript`[中文版](https://jkchao.github.io/typescript-book-chinese/)
10+
11+
- [awesome-typescript](https://github.com/semlinker/awesome-typescript) 收集了很多 `Typescript` 的相关学习资料。
12+
13+
- [typescript-cheatsheets-react](https://github.com/typescript-cheatsheets/react)

0 commit comments

Comments
 (0)