stream-pi / website

Stream-Pi website made in React with Typescript, Bootstrapped with NextJS
https://stream-pi.com
GNU General Public License v3.0
8 stars 0 forks source link

Switch from `Formik` to `react form hook` #15

Closed SamuelQuinones closed 3 years ago

SamuelQuinones commented 3 years ago

After some experimentation, react form hook seems to be a lot cleaner and faster than Formik. At some point I’d like to make the switch.

SamuelQuinones commented 3 years ago

Library links:

SamuelQuinones commented 3 years ago

Relevant Files:

SamuelQuinones commented 3 years ago

Completed by 6310aa6