Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.51 KB

readme.md

File metadata and controls

36 lines (28 loc) · 1.51 KB

Typescript

One of the most efficient way to write your javascript and have a peace of mind is to use Typescript. Typescript is a typed subset of JavaScript that compiles to plain JavaScript.

Goals

  1. Get familiar with project setup with typescript(Compiler options, tsconfig.json)
  2. Get familiar with basic types/use cases
  3. To learn how typescript is getting friendship with React.
  4. Get familiar with tslint

Preferable flow to start with typescript

  1. Video crash course
  2. Typescript handbook
  3. Typescript compile/setup options
  4. React + typescript
  5. Typescript linter

Topics

Typescript

  1. typescript handbook
  2. typescript compiler options
  3. tsconfig.json
  4. typescript lint
  5. babel preset
Typescript + React
  1. Best practices to use React with Typescript
  2. Typescript-React-Starter
  3. JSX

Resources