Description
In this course, you will learn:
- Building a basic app with create-react-app
- Adding modules
- Creating subcomponents
- Working with states and expressions
- Passing data through props
Syllabus:
- 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
- Handling a toggle
- 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