learn-typescript

The complete workshop for picking up TypeScript

  • 所有者: TypeStrong/learn-typescript
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

TypeScript Workshop

The complete workshop for picking up TypeScript.

This workshop is a mirror of the current TypeScript stable release. If something is missing, create an issue and it will be included ASAP.

Getting Started

You've cloned this repo, great! Now npm install and open your IDE of choice (I use Atom and atom-typescript). At any point looking through these, I recommend you play around and take a look at output/ (build with npm run build) for the JavaScript output.

Lessons

  1. Getting Started
  2. Type System Introduction
  3. JavaScript Features (with TypeScript)
  4. Project
  5. Diving Deeper
  6. Integration

Resources

Tips

Always use let and const over var, with const preferred over let. TypeScript will handle this properly and the compiler will error if const is being reassigned. const and let are introduced in Chapter 3.

References

主要指标

概览
名称与所有者TypeStrong/learn-typescript
主编程语言TypeScript
编程语言TypeScript (语言数: 2)
平台
许可证Other
所有者活动
创建于2015-12-05 20:22:44
推送于2022-02-06 21:28:31
最后一次提交2021-10-07 10:11:37
发布数0
用户参与
星数699
关注者数35
派生数165
提交数6
已启用问题?
问题数2
打开的问题数1
拉请求数3
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?