Juen-Yang / juen-project

0 stars 0 forks source link

Consider creating components for the form #3

Open ewenchou opened 1 week ago

ewenchou commented 1 week ago

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)

Juen-Yang commented 6 days ago

Ok, thank you, I will try that. -Juen