I'm venturing into the world of TypeScript, learning the basics before combining it with React. In this journey, I'm leveraging my existing JavaScript knowledge and applying it to TypeScript.
I'm navigating through learning TypeScript by:
- Following this YouTube video: TypeScript Tutorial for Beginners and using the TypeScript documentation for further clarification.
- Writing notes to explain the code that the YouTube video is going through using a mix of comments and code.
- Converting these TypeScript files into Markdown documents so both myself and others can easily read and follow my notes.
The topics I have covered are:
- TypeScript Types
- TypeScript Functions
- TypeScript Type Aliases
- TypeScript Interfaces
- TypeScript Generics
As I proceed to embrace TypeScript within the context of React, I have chosen to navigate through an extensive React-TypeScript Course. This deliberate approach ensures a comprehensive grasp of the fundamentals.
The topics I have covered are: