This tutorial begins where Tutorial 2 left off. By now, you've built a multi-page tool that allows you to view all products, and add a new product. The following tutorial walks you through building the functionality to edit a product. During this, you'll learn to:
Access one widget's state from another
Set up an API to update a product
Execute multiple actions on a single event