ocadotechnology / codeforlife-portal-backend

Other
0 stars 15 forks source link

js package - fix page and form components #333

Closed SKairinos closed 2 months ago

SKairinos commented 2 months ago

We need to refactor the reusable form and page components in the JS package.

The page components should no longer use grids under the hood and should follow all react hook conventions.

The form components should marry MUI's components with Formik's and rely on yup's schema. Create/fix