Go to Preview Lesson
Go to Preview Lesson
LESSON 5.16
How to Split Reducers and Use combineReducers in Redux
LESSON 5.17
How to Export an Image From a React Redux App
Fullstack React with TypeScript Masterclass
MODULE 1
Introduction
LESSON 1.1
Course introduction
LESSON 1.2
How to get the most out of this course
LESSON 1.3
What is TypeScript? An Intro to Using Types in Your Code
LESSON 1.4
The Best Reasons to Use TypeScript With React—and a Caution
MODULE 2
Your First React and TypeScript Application: Building Trello with Drag and Drop
LESSON 2.1
Introduction
LESSON 2.2
What we are building and prerequisites
LESSON 2.3
How to Bootstrap a React TypeScript App With create-react-app
LESSON 2.4
How to Define Global Styles in a React App
LESSON 2.5
Style React Elements With CSS, Element Styles, and Libraries
LESSON 2.6
How to Define Styled Components in React
LESSON 2.7
How to Create a React Column Component Layout
LESSON 2.8
How to Create a Card in React With Styled Components
LESSON 2.9
Build a Button That Turns Into a Text Field to Add New Items
LESSON 2.10
How to Create a React Form Component
LESSON 2.11
How to Automatically Focus on Input Fields With React refs
LESSON 2.12
How to Submit New Items on Enter With React onKeyPress
LESSON 2.13
A useReducer Guide: How to Add Interactivity With React Context
LESSON 2.14
How to Implement React Global State With useContext
LESSON 2.15
Define Business Logic in a React App With Actions and Reducers
LESSON 2.16
How to Create Movable Elements in a React App
LESSON 2.17
How to Build Drag-and-Drop Components With React DnD
LESSON 2.18
How to Store a Drag-and-Drop Item's State in React AppState
LESSON 2.19
Building Drag-and-Drop Logic in React With DnD's useDrag Hook
LESSON 2.20
How to Build a Draggable React Column Layout
LESSON 2.21
How to Hide an Original Element While Dragging it in React
LESSON 2.22
Build a Custom React Element to Preview While Dragging in DnD
LESSON 2.23
How to Build a Drag-and-Drop Card Interface in React
LESSON 2.24
How to Update State in a React Reducer to Store Moved Items
LESSON 2.25
How to Move Drag-and-Drop Cards Into Empty Columns
LESSON 2.26
How to Save React Element State on the Backend Server
LESSON 2.27
An Intro to Building React APIs and Higher Order Components
MODULE 3
How to Test Your Applications: Testing a Digital Goods Store
LESSON 3.1
How to test your applications: testing a digital goods store introduction