Adding New Entries
Learn how to modify the state of the application and update the UI accordingly.
We'll cover the following
Our application is coming along. So far, we already have the ability to sort and filter the results, but there is currently no way to manipulate them. In this lesson, we're going to take a look at how we can add new students to the system using the previously built update
method.
Add the Add
component
Let's start by creating a new Add
component that we can render inside the Header
.
Get hands-on with 1400+ tech skills courses.