paul-bokelman / cc

ClubCompass client and server monorepo
0 stars 0 forks source link

task: restructure data flow between apps #14

Closed paul-bokelman closed 8 months ago

paul-bokelman commented 10 months ago

Description

The flow of data is very verbose in components and pages and can possibly be abstracted or reduced in complexity. Also there should be a consideration of moving away from Formik and using react-hook-form to better organize and scale forms.

all data-driven pages should include:

Parent: #3

paul-bokelman commented 10 months ago

This is an optional issue. Further analysis needs to be made on the current structure and intended solution to justify making the change.