7. HTTP
HTTP
Getting and saving data
In this page, you'll make the following improvements.
- Get the hero data from a server.
- Let users add, edit, and delete hero names.
- Save the changes to the server.
You'll teach the app to make corresponding HTTP calls to a remote server's web API.
When you're done with this page, the app should look like this live example.
Where you left off
In the previous page, you learned to navigate between the dashboard and the fixed heroes list, editing a selected hero along the way. That's the starting point for this page.
Keep the app transpiling and running
Enter the following command in the