azakharo / react-ts-starter-2023

React.js Typescript application starter
10 stars 2 forks source link

Replace Formik? #1

Open backlands opened 1 year ago

backlands commented 1 year ago

Hi, just stumbled across your template during some work tasks and noticed your template uses Formik. Just wanted to point out that you may want to move from it to something else as development efforts on Formik have been stalled without a new release since June 2021! Even their work on a V3 release have halted entirely.

Sorry to be the bearer of bad news, when I discovered this last year I was shocked, my next project will probably be with react-hook-form and I will miss the ergonomics and ease of Formik.

azakharo commented 1 year ago

Hi, just stumbled across your template during some work tasks and noticed your template uses Formik. Just wanted to point out that you may want to move from it to something else as development efforts on Formik have been stalled without a new release since June 2021! Even their work on a V3 release have halted entirely.

Sorry to be the bearer of bad news, when I discovered this last year I was shocked, my next project will probably be with react-hook-form and I will miss the ergonomics and ease of Formik.

Thanks for the information