3.3 Alert

In this tutorial, you will learn to use the Alert dialog to show alerts to the users. In particular we will use the alert to confirm the deletion of favorites. At the end of this tutorial, you will be able to:

  • Use alert dialogs to show alerts to users
  • Take an action upon user confirmation


3.3.1 How to

1. Update 'components/FavoriteComponent.js' file.


3.3.2 Screenshots