nelsonwellswku / twitter-at-home

Twitter clone for fun
MIT License
0 stars 0 forks source link

Use Formik on front page tweet input #9

Open nelsonwellswku opened 1 year ago

nelsonwellswku commented 1 year ago

Use Formik instead of hacking around an input element. Add validation so that the text is only 140 characters.

nelsonwellswku commented 1 year ago

Instead of Formik, use react-hook-form