The Git tag for this section is passing-data-through-loader.
In this section, we'll build an AppointmentForm so that it's ready for use in our new workflow. The main requirement here is that our App component can pass the customer prop through the AppointmentFormLoader and into AppointmentForm, and that the customer ID is submitted to the server when an appointment is saved. We'll split that work into two parts.