Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is Formik still in active development? #3601

Closed
derweili opened this issue Jul 9, 2022 · 7 comments
Closed

Is Formik still in active development? #3601

derweili opened this issue Jul 9, 2022 · 7 comments

Comments

@derweili
Copy link

derweili commented Jul 9, 2022

I have not seen any new releases for one year.
The blog post anouncing the next version formik 3 alpha is about two years old. No update since then.

So I'm wondering if formik is still in active development?

Are there any maintainers working at formik?

I liked using formik in the past but I don't want to build a new project on a abandoned library.

@tyteen4a03
Copy link

tyteen4a03 commented Jul 12, 2022

The short answer is no. There are community efforts in releasing a fork of Formik but so far nothing has materialized.

I recommend starting with react-hook-form (react-final-form also looks like it is on life support although it is receiving updates). It's such a shame as I find Formik's ergonomics to be the best.

@javierguzman
Copy link

I was wondering about the same as I ran into this error "#3252" and saw it was already around one year old. A pity.

@kelly-tock
Copy link

Same, am starting fresh on a project was have enjoyed formik. React hook form it is I guess

@nikhilag
Copy link

nikhilag commented Sep 5, 2022

We built https://github.com/witbybit/react-recoil-form to maintain the simplicity of controlled components while rendering only the fields that actually change. We use it for our internal projects and we open sourced it in the hope that others might find it useful too. Personally, I found formik API to be nicer than react-hook-form. I switched to react-hook-form but was unable to use it beyond a certain point - react-recoil-form so far has proven to be a good decision for us in terms of simplicity and flexibility.

@crutchcorn
Copy link
Contributor

In light of Formik's lack of development updates, I started writing my own form library that I just launched a v1 of:

https://github.com/crutchcorn/houseform

https://houseform.dev

I'd love to hear anyone's feedback on it (in the project's GitHub issues) good or bad.

@quantizor
Copy link
Collaborator

Yes it's alive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants