Build dynamic & highly flexible components with React & TypeScript
Build advanced & highly dynamic components in a type-safe way
Use TypeScript with React's Context API & useReducer() Hook
Manage state and events with React and TypeScript
Use TypeScript with Redux for type-safe global state management
Requirements
Basic React knowledge of core concepts (components, JSX, state) is needed
NO prior TypeScript knowledge is required
Description
TypeScript is an amazing technology that helps developers write better code with less errors - simply because it let's you catch & fix type-related errors immediately whilst writing the code (instead of when testing the application).
But using TypeScript with React can sometimes be tricky. Especially when building more complex, dynamic components, defining the right types can be challenging.
That's why IÂ built this course!
This course will teach you how to use TypeScript with React - and, of course, the course will introduce you to all the core concepts &Â patterns you need to work with components, state, side effects & more in a type-safe way!
This course will:
Teach you WHYÂ using TypeScript in your React projects might be a good idea
Introduce you to the key TypeScript concepts you'll need - when working with React &Â in general
Get you started with using TypeScript with React - for components, state &Â more
Explore more advanced, complex patterns &Â examples
Help you with building dynamic or even polymorphic components in a type-safe way
Teach you how to use TypeScript with React's Context API
Explore how you can enhance code used with useReducer() with help of TypeScript
Cover data fetching & useEffect() with TypeScript
Use the popular Redux library in a type-safe way
Build or improve multiple demo projects so that can apply your knowledge
By the end of the course, you'll be able to use TypeScript in your own (future)Â React projects and write better, more type-safe code.
Course prerequisites:
NOÂ prior TypeScript knowledge is required - though basic knowledge will help (but the course includes an introduction module)
Basic React knowledge (components, JSX, state)Â ISÂ required - more advanced concepts will be explained though
Who this course is for:
React developers who want to improve the quality & type-safety of their codebase
TypeScript developers who want to apply their knowledge to React apps