TypeScript - Beyond the Basics
TypeScript enables web developers to improve the clarity and reliability of their code. It also enables more powerful tools for writing code. This led to its rapid rise in popularity. But what can it do for you beyond just adding types to your variables and parameters? In this talk, we look at some of the more advanced features in the language that can help you deliver valuable solutions in less time. In this session, we will look at features such as: * union types * intersection types * mixins * generics We will also look at some of the new features in the latest versions of TypeScript
Prerequisites
This session will assume that the campers have a basic knowledge of TypeScript.
Take Aways
- Get a deeper understanding of how TypesScript uses types.
- Understand how to apply advanced types in TypeScript.
- Learn how to write safer code with TypeScript.