https://github.com/kottans/typescript-basics
https://github.com/kottans/typescript-basics
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kottans/typescript-basics
- Owner: kottans
- Created: 2020-05-11T20:11:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T12:27:32.000Z (almost 6 years ago)
- Last Synced: 2025-08-21T06:56:13.308Z (10 months ago)
- Size: 20.5 KB
- Stars: 4
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript Kottans Course
## Curriculum
| # | Topic | Type | Date | Links |
| --- | --- | --- | --- | --- |
| 1. | Intro to TS: basic types: interface, type, class, function. implements, extends | theory | | |
| 2. | TS errors | practice | | |
| 3. | TS ecosystem: tsc, tsconfig, language server, ts-check, ts-ignore | theory | | |
| 4. | Make basic Language service plugin and set up TypeScript project step-by-step | practice | | |
| 5. | Advanced types: union, intersection и встроенные функции - pick, omit | theory | | |
| 6. | TBD | practice | | |
| 7. | Custom advanced types with ts-essentials, typeguard, @types, *.d.ts, declare module, перегрузка функций | theory | | |
| 8. | React, Redux, React-Router project with TypeScript | practice | | |
### Pre-requisites
Reading: Intro to TypeScript (TODO provide link)