uoa-compsci399-s1-2024 / capstone-project-2024-s1-team-15

Team Bit by Bit - Team 15
https://www.aapc-nz.org
4 stars 0 forks source link

Frontend: Replace forms with a custom `useForm` hook and include `useTransition` for loading transitions #370

Open HuzzNZ opened 3 months ago

HuzzNZ commented 3 months ago

Future task, but it would be nice if all of the form elements in the website had a common useForm hook as there is a lot of unnecessary code (and a non-functioning loading state) between the forms, and a lot of inconsistency as to how each form is implemented.