In this video Emmanuel Henri explores the documentation available to explore working with TypeScript further.
- [Presenter] Although we did cover a good chunk…of the available types and tools available…to you in TypeScript and how it applied…to no JS applications, there are a few things…you might need to know to push your TypeScript knowledge…and the Documentation area is where…you always want to go back to.…So, first go to typescriptlang.org…and then, click on documentation.…And in this section, there are a few things…that you should look at.…First, look at the Handbook and then scroll through…all the different sections to take a look…at the things we haven't looked at.…For example, we didn't take a look at Mixins.…
So, Mixins are a good way to mix multiple things together…in classes and you can take a look at…how they do it and how they implement it.…You can also take a look at JSX.…If you're into React, the're a lot of things…that you can do with JSX with TypeScript.…So, you can take a look at the documentation,…how you do type checking with JSX files…and so on and so forth.…Also, if you want to do a few tutorials,…
Released
12/5/2018- TypeScript file conventions
- Using types in Node.js
- Adding types in your functions
- Using TypeScript classes in Node.js
- Using an interface in Node.js
- Using tools to organize your code
- Declaration merging
- Leveraging decorators in your Node.js application
Share this video
Embed this video
Video: TypeScript docs and advanced types