Right now all the code for the patient information form is contained in App but eventually you'll want to have different components for different forms and consider breaking down even further where necessary (e.g. a reusable select component that supports passing in a list of options instead of hardcoding each option tag inside)
Right now all the code for the patient information form is contained in
App
but eventually you'll want to have different components for different forms and consider breaking down even further where necessary (e.g. a reusableselect
component that supports passing in a list of options instead of hardcoding eachoption
tag inside)