flashohq / open-source-react-courses

MIT License
567 stars 77 forks source link

I would replace the Formik section with React Hook Form #2

Open MGSimard opened 4 months ago

MGSimard commented 4 months ago

Formik really just isn't it anymore. Most places worth their salt now use React Hook Form with either Yup or Zod.

https://blog.logrocket.com/react-hook-form-vs-formik-comparison/

MGSimard commented 4 months ago

I would also replace the Redux section with Redux Toolkit
New updated playlist by Codevolution: https://www.youtube.com/playlist?list=PLC3y8-rFHvwiaOAuTtVXittwybYIorRB3

nisargrthakkar commented 3 weeks ago

Created PR for the same : https://github.com/flashohq/open-source-react-courses/pull/3

I think we need to replace React Redux with Redux Toolkit