Chapters (45)
- 0:00Intro
- 0:31Typescript vs Javascript
- 0:57Project Overview
- 2:27Setup React Typescript Project
- 4:57Basic Types in Typescript
- 7:30Object Type
- 9:03Optional Field in Objects
- 9:20Array of Object Type
- 9:55Union Type
- 10:25Function Types
- 12:06Any Type
- 12:35unknown and never Type
- 12:52Aliases ( type and interface )
- 14:36Extending types
- 15:53Extending interface
- 16:28Extending Classes
- 16:45Extending type with interface ( and vice versa )
- 17:22React with Typescript
- 18:22Functional Component type
- 19:19Creating Input UI
- 26:22useState Hook with Typescript
- 27:39PropTypes - Passing props to component
- 30:34Reusable todo interface
- 33:01Passing function as props
- 34:14Event Type in Typescript
- 35:20Create Todo Logic
- 37:54useRef Hook with Typescript
- 40:41TodoList Component
- 45:27Passing props to SingleTodo
- 47:14SingleTodo Component
- 52:23Todo Complete Functionality
- 54:56Delete Todo Functionality
- 55:55Edit Todo Functionality
- 1:02:05Edit Bug Fix
- 1:03:23useReducer Hook with Typescript
- 1:07:11Homework for you
- 1:07:26Building App UI for Drag and Drop
- 1:13:13React Beautiful DnD Installation
- 1:14:00completedTodos State
- 1:15:21DragDropContext
- 1:16:42Droppable Tag
- 1:20:46Draggable Tag
- 1:23:21onDragEnd Logic
- 1:30:05Drag and Drop Styling
- 1:32:36Outro
Show the creator's full description
Learn how to build React apps using TypeScript. First, learn the basics of TypeScript. Then, learn how to integrate TypeScript in a React app by building an awesome project. You will learn how to use TypeScript with React Hooks such as useState, useRef, and useReducers. You will also learn how to pass props from one component to another by defining prop types of the component. And you will learn much more!
✏️ Course created by Roadside Coder. Check out his channel: https://www.youtube.com/c/RoadsideCoder
💻 Code: https://github.com/piyush-eon/react-typescript-taskify
🔗 Live Site: https://taskify-typescript.netlify.app/
🔗 Typescript Docs: https://www.typescriptlang.org/docs/handbook/2/basic-types.html
🔗 useReducer Tutorial: https://www.youtube.com/watch?v=HptuMAUaNGk
❤️ Try interactive React courses we love, right in your browser: https://scrimba.com/freeCodeCamp-React (Made possible by a grant from our friends at Scrimba)
⭐️ Course Contents ⭐️
⌨️ (0:00:00) Intro
⌨️ (0:00:31) Typescript vs Javascript
⌨️ (0:00:57) Project Overview
⌨️ (0:02:27) Setup React Typescript Project
⌨️ (0:04:57) Basic Types in Typescript
⌨️ (0:07:30) Object Type
⌨️ (0:09:03) Optional Field in Objects
⌨️ (0:09:20) Array of Object Type
⌨️ (0:09:55) Union Type
⌨️ (0:10:25) Function Types
⌨️ (0:12:06) Any Type
⌨️ (0:12:35) unknown and never Type
⌨️ (0:12:52) Aliases ( type and interface )
⌨️ (0:14:36) Extending types
⌨️ (0:15:53) Extending interface
⌨️ (0:16:28) Extending Classes
⌨️ (0:16:45) Extending type with interface ( and vice versa )
⌨️ (0:17:22) React with Typescript
⌨️ (0:18:22) Functional Component type
⌨️ (0:19:19) Creating Input UI
⌨️ (0:26:22) useState Hook with Typescript
⌨️ (0:27:39) PropTypes - Passing props to component
⌨️ (0:30:34) Reusable todo interface
⌨️ (0:33:01) Passing function as props
⌨️ (0:34:14) Event Type in Typescript
⌨️ (0:35:20) Create Todo Logic
⌨️ (0:37:54) useRef Hook with Typescript
⌨️ (0:40:41) TodoList Component
⌨️ (0:45:27) Passing props to SingleTodo
⌨️ (0:47:14) SingleTodo Component
⌨️ (0:52:23) Todo Complete Functionality
⌨️ (0:54:56) Delete Todo Functionality
⌨️ (0:55:55) Edit Todo Functionality
⌨️ (1:02:05) Edit Bug Fix
⌨️ (1:03:23) useReducer Hook with Typescript
⌨️ (1:07:11) Homework for you
⌨️ (1:07:26) Building App UI for Drag and Drop
⌨️ (1:13:13) React Beautiful DnD Installation
⌨️ (1:14:00) completedTodos State
⌨️ (1:15:21) DragDropContext
⌨️ (1:16:42) Droppable Tag
⌨️ (1:20:46) Draggable Tag
⌨️ (1:23:21) onDragEnd Logic
⌨️ (1:30:05) Drag and Drop Styling
⌨️ (1:32:36) Outro
🎉 Thanks to our Champion and Sponsor supporters:
👾 Raymond Odero
👾 Agustín Kussrow
👾 aldo ferretti
👾 Otis Morgan
👾 DeezMaster
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
Description and video by freeCodeCamp.org. This page is an independent companion view; the video is embedded from YouTube.