W01fw00d / escaping_boredom

Prototype of a Reviews App (Escape Rooms)
https://escaping-boredom.herokuapp.com/
0 stars 0 forks source link

Manage Forms #16

Open W01fw00d opened 4 years ago

W01fw00d commented 4 years ago

Try out "React Hook Form" to see if is lightweight enough, if not create our own custom solution with hooks and minimal rerenders.

W01fw00d commented 4 years ago

Nice article about using hooks for form control: https://www.codebeast.dev/react-forms-then-and-now/

W01fw00d commented 4 years ago

https://goshakkk.name/controlled-vs-uncontrolled-inputs-react/