Coder Social home page Coder Social logo

yangshungit / typescript-book-chinese Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jkchao/typescript-book-chinese

0.0 0.0 0.0 10.95 MB

TypeScript Deep Dive 中文版

Home Page: https://jkchao.github.io/typescript-book-chinese/

License: MIT License

TypeScript 100.00%

typescript-book-chinese's Introduction

深入理解 TypeScript

All Contributors GitHub forks GitHub stars GitHub issues GitHub last commit PRs Welcome

此书是 《TypeScript Deep Dive》 的中文翻译版,感谢作者 Basarat 的付出。

如果你喜欢纸质书籍,可以通过京东或者当当,来购买此书。

你可以通过订阅该公众号,来获取更多有趣的内容。

Why

downloads

数据来源:npm 包下载量

如你所见,TypeScript 发展至今,已经成为大型项目的标配,其提供的静态类型系统,大大增强了代码的可读性以及可维护性;同时,它提供最新和不断发展的 JavaScript 特性,能让我们建立更健壮的组件。

《TypeScript Deep Dive》 是一本很好的开源书,从基础到深入,很全面的阐述了 TypeScript 的各种魔法,不管你是新手,还是老鸟,它都将适应你。此外,它不同于 TypeScript 官方给出的文档(当然 TypeScript 给出的文档是很好的),在此书中,结合实际应用下的场景用例,你将能更深入的理解 TypeScript。

如今社区已经存在部分翻译,但都似乎已经停止更新。

于是在某天的某个冲动之下,这个 RP 就诞生了。

翻译内容

《TypeScript Deep Dive》 书中包含一部分 JavaScript Future 和一些其他的内容,在这里,我们并不打算翻译它,如果你有兴趣,可以查看原书中 JavaScript Future 的有关章节。

由于 TypeScript 更新频繁,除了上文中提到翻译部分,将会加入 TypeScript 的 Release,同时我也将总结出工作中一些有意思的点,希望和大家相互学习,一起进步。

此外,在不违背原作者本意前提下,为了更直观的表达,部分内容将采用意译,而非直译。

Contributors

Thanks goes to these wonderful people (emoji key):

三毛
三毛

📖
KnorienChang
KnorienChang

📖
阿卡琳
阿卡琳

📖
hopalay
hopalay

📖
Xing Liu
Xing Liu

📖
chenwangji
chenwangji

📖
老农爱盐碱地
老农爱盐碱地

📖
Necros
Necros

📖
Xu Jihan
Xu Jihan

📖
Yu
Yu

📖
Yoga Lin
Yoga Lin

📖
G
G

📖
Undrum
Undrum

📖
Zong
Zong

📖
LXVC
LXVC

📖
Whale
Whale

📖
getdaydream
getdaydream

📖
Ling ZiQing
Ling ZiQing

📖
izayl
izayl

📖
Moorez
Moorez

📖
萤火之未
萤火之未

📖
xfields
xfields

📖
ZhaZheng
ZhaZheng

📖
弘树@阿里
弘树@阿里

📖
wangjingchao
wangjingchao

📖
IWANABETHATGUY
IWANABETHATGUY

📖
Payton Tang
Payton Tang

📖
Rem486
Rem486

📖
Steve Young
Steve Young

📖
olive.wang
olive.wang

📖
Rainy
Rainy

📖
随风
随风

📖
大板栗
大板栗

📖
Superman
Superman

📖
Payton Deng
Payton Deng

📖
Wang Kang
Wang Kang

📖
wuchouchou
wuchouchou

📖
EastblueOkay
EastblueOkay

📖
Nic
Nic

📖
重庆崽儿Brand
重庆崽儿Brand

📖
YanYuan
YanYuan

📖
JunaYa
JunaYa

📖
黎聪
黎聪

📖
WANGXUEFENG
WANGXUEFENG

📖
Xiaohan Li
Xiaohan Li

📖
dingkang
dingkang

📖
zhangciwu
zhangciwu

📖
Jack
Jack

📖
masterZSH
masterZSH

📖
Eve
Eve

📖
Xuemuyang
Xuemuyang

📖
Jasery
Jasery

📖
Baskerville*
Baskerville*

📖
FishPlusOrange
FishPlusOrange

📖
月迷津渡
月迷津渡

📖
evinma
evinma

📖
Suyan
Suyan

📖
cherry-man
cherry-man

📖
蔡南坤
蔡南坤

📖
chenc
chenc

📖
Xinxing Li
Xinxing Li

📖
GuangHui
GuangHui

📖
odzcdut
odzcdut

📖
项鸿伟
项鸿伟

📖
xiezhichao
xiezhichao

📖
Charles
Charles

📖
Jexxie
Jexxie

📖
Sean Wong
Sean Wong

📖
bluelovers
bluelovers

📖
Celery
Celery

📖
chenxiaochun
chenxiaochun

📖
Yates
Yates

📖
IGoR
IGoR

📖
byog
byog

📖
whincwu
whincwu

📖
康东扬
康东扬

📖
Kenny
Kenny

🚇
AllenLee
AllenLee

📖
xiangming25
xiangming25

📖
Chanvin Xiao
Chanvin Xiao

📖
Aaron Xie
Aaron Xie

📖
nulIptr
nulIptr

📖
Tao Huang
Tao Huang

📖
Yunfly
Yunfly

📖
Will Wang
Will Wang

📖
SyMind
SyMind

📖
yuhengshen
yuhengshen

📖
chenfeng
chenfeng

📖

How to contribute

你可以:

  • 通过 PR 修改错别字,或者错误的格式;
  • 发 issue 讨论文章中出现的一些不合理地方;
  • 翻译 TODO 文件夹下的文章,并顺手 Email 我。

希望你在翻译或者 PR 之前,阅读中文文章排版指北

公众号

最后

如果你和我一样对 TypeScript 充满兴趣,可以订阅(star)本项目,及时收到有关于此项目的更新。

如果你对文章有任何疑问,欢迎提交 issues 和我交流。

如果你认为有些地方翻译不够准确,或者你想补充一些文中没提到但是非常有意思的知识点,欢迎 PR

typescript-book-chinese's People

Contributors

jkchao avatar dependabot[bot] avatar knorienchang avatar zongzi531 avatar duyueyu avatar lxvc avatar xhwgood avatar buptsteve avatar zhazhengrefn avatar hopalay avatar s1ngs1ng avatar daskyrk avatar magic-akari avatar chenwangji avatar wqcstrong avatar itxuye avatar halfakilo avatar dickeylth avatar xfields avatar whinc avatar helloforrestworld avatar profbramble avatar chenc041 avatar byog avatar xiaobo2020 avatar rem486 avatar geekrainy avatar shenzekun avatar junaya avatar vinzid avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.