Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Practical Advanced Typescript Features #145

Open
zacjones93 opened this issue Oct 31, 2018 · 0 comments
Open

Practical Advanced Typescript Features #145

zacjones93 opened this issue Oct 31, 2018 · 0 comments
Assignees

Comments

@zacjones93
Copy link
Member

zacjones93 commented Oct 31, 2018

https://egghead.io/courses/practical-advanced-typescript-features

Primary tag

TypeScript

In this course we will learn about some of the recently released advanced TypeScript features, using practical examples you might encounter in your projects. We’ll start off by demonstrating two new features that improve readability (numeric separators) and tighten type strictness in classes (strict property initialization). We’ll then move on to improving type guards with a practical Redux-inspired example. A summary on types vs. interfaces will be used as a transition to a few self-referencing types examples and then a lesson on fine-grained control features when using mapped type modifiers. We’ll then cover a few ways to use the new conditional types and we’ll end with a lesson on building decorators to initialize properties in classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants