danbsts / cinside

Cinside is a project hub created for CIn UFPE. The goal is to connect project creators with contributors that are looking for new ideas to challenge their abilities and increase the sense of community at the university.
10 stars 2 forks source link

Formik no longer supported #5

Open mateusmeloxyz opened 1 year ago

mateusmeloxyz commented 1 year ago

Since we use formik on project and user creation and it seems to no longer be maintained (see https://github.com/jaredpalmer/formik/issues/3613) , I suggest that we refactor our code to use something else instead.

The link above recomends https://react-hook-form.com/, and it seems to be very well maintained right now, plus it's a very active project (you can check it out here: https://github.com/react-hook-form/react-hook-form).

I may take this issue for myself since I'm already working on the standardization of the project tags.

mateusmeloxyz commented 1 year ago

Progress started