Introduction
Creating interfaces with React
()
Using the exercises for this course
()
1. Building a Basic App
Using create-react-app
()
Understanding the installation
()
Exploring a basic React app
()
Adding your own modules
()
Organizing projects
()
2. Working with Components
Creating subcomponents
()
State and expression basics
()
Using fetch in a lifecycle method
()
Working with complex data
()
Passing data through props
()
Using a render template expression
()
Injecting an index
()
Using third-party components
()
3. Handling Events and Adding Records
Handling events through props
()
Tracking form display
()
Handling a toggle
()
Monitor form state
()
Processing the form
()
4. Searching and Sorting
Preparing our search component
()
Managing drop-down display
()
Sorting existing records
()
Building the search
()
Activating inputs
()
Modifying records
()