scorelab / fact-bounty

fact-Bounty - Fact Bounty is a crowd sourced fact checking platform.
http://www.fact-bounty.org/
Apache License 2.0
44 stars 95 forks source link

Use formik for handling form submission #85

Open thobhanifreddy opened 5 years ago

thobhanifreddy commented 5 years ago

I would suggest using formik library to handle forms.

siddhant1 commented 5 years ago

Formik is way too overkill for a simple form like that . I think react-state can handle that , importing libraries can lead to slow projects

thobhanifreddy commented 5 years ago

@siddhant1 Currently we don't have any complex form. But when the project grows it will have forms for which something like formik will be helpful. So just to keep everything consistent, can use formik in all the forms.