Typescript Interface Props - Why Do We Need It?

preview_player
Показать описание
Welcome to the introduction to TS interface. In this video you will learn what are Typescript interfaces, why they are important and how to create them.

In this video you will learn TS interface. It's a special entity which helps us to describe complex data types with interface and reuse it everywhere. We will also talk about packing Typescript interface function inside. Typescript interface is a core functionality of Typescript so you must learn it.

FOLLOW ME

VIDEO CHAPTERS
0:00 Intro
0:57 Creating objects
2:56 Typescript interfaces
6:13 Best autocomplete with Typescript interfaces
7:24 Functions in interfaces
9:41 Outro

REFERENCES

RECOMMENDED VIDEOS

STUFF I USE

Disclosures: All opinions are my own. Sponsors are acknowledged. Some links in the description are affiliate links that if you click on one of the product links, I’ll receive a commission at no additional cost to you. As an Amazon Associate I earn a small commission from qualifying purchases.
Рекомендации по теме
Комментарии
Автор

Can you make a video on how to make a nested interface that matched a nested API Data call

kimrobertrozen
Автор

What about using types to describe functions?

apazit