Mini Map
Search
⌘ K
Log In
Building User Interfaces and Functions with TypeScript and React
0%
1.
Introduction
Introduction
2.
TypeScript Generics Introduction
Using Generics in TypeScript
An Additional Generics Example
3.
Creating Mock Data for the Application
Creating Mock Widgets and People
Importing and Displaying the Mock Data
4.
Building a Generic Search Function and UI Component
Crafting a Generic Search Function
Searching Over Multiple Properties
Creating a Search Input
Testing Generic Search Functionalities
Adding a useDebounce React Hook
5.
Building a Generic Sort Function and UI Component
Crafting a Generic Sort Function
Creating a Generic Sort React Component
Creating a WidgetRenderer
Creating a PersonRenderer
Testing the New UI
Adding Descending Functionality to Sort
6.
Building a Generic Filter Function and UI Component
Crafting a Generic Filter Function
Building a React Component That Filters
Adding False Functionality to Filtering
Assessment
Generics in TypeScript
7.
Organizing Everything into a Single Generic Component
Combine All Functionalities in the App
Creating a View Toggle Button
Render Props in React
Refactoring the Sorters Component
Refactoring the Filters Component
Creating a Single Orchestrating Component
Finishing the Orchestrating Component
Mini Project
Premium
Create a Content Management System (CMS)
8.
Course Review and Final Comments
Course Review and Final Comments
9.
Appendix
External Environment Setup
Custom TypeScript PropertiesOfType Function
Mock Interview
Premium
JavaScript and TypeScript Frontend Developer