Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
pero5ar committed Sep 9, 2021
2 parents 83ec34e + 14995ce commit 7580794
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# typescript-examples
Examples for a typescript lecture.

Typescript version 4 is expected, but most examples work on props versions as well
Typescript version `^4.2` is expected, but almost all examples work on any `4.x` version, and most work on `>= 3.7`.

Resources:
---

## Talk: *It's dangerous to go any! Take this.*
- Chapter 1: [Types 101](./101.ts)
- Chapter 2: [Unions and Intersections](./102.ts)
- Chapter 3: [TS Language Extensions](./103.ts)
- Chapter 4: [Generics](./104.tsx)
- Chapter 5: [Conditional Types](./105.ts)
- Chapter 6: [Utility Types](./106.ts)
- Chapter 7: [Custom Utility types](./107.ts)
- Chapter 8: [A Few Extra Tips](./108.tsx)


### Resources:
- [Handbook](https://www.typescriptlang.org/docs/handbook/intro.html)
- [Release Notes](https://www.typescriptlang.org/docs/handbook/release-notes/overview.html)
- [Playground](https://www.typescriptlang.org/play) -> go to `Examples` or `What's New`
- [tsconfig options](https://www.typescriptlang.org/tsconfig)
- [tsconfig options](https://www.typescriptlang.org/tsconfig)

0 comments on commit 7580794

Please sign in to comment.