Requires: React 102 & React with Typescript
This is an intro into using React with Redux.
Most of the files in the course will also have a sample.ts file to open in your IDE and follow along with.
By the end of this course you will learn how to use TypeScript with:
- Action Creators with Enums
- Dispatch Function
- Reducer with Enums
- Validation & Testing
- Breaking out components for clarity
Feel free to follow along with the video course, although it is optional. We will derive from Section 17, videos 262-277 - Redux with TypeScript
- Redux usage with TypeScript
- General Typescript
- typesafe-actions - Typesafe utilities designed to reduce types verbosity and complexity
Complete the assignment in the final project directory
Start with directory Chapter 1 and enjoy!