You’d be shocked how complex a web form can be
You’d be shocked how complex a web form can be.
I’m looking at a simple web form with 5 fields that uses:
useState
useEffect
Redux
React Query
React Hook Form
I’m trying to trace the data flow and my head is spinning.
Some replies seem to think this is a dunk of React. It’s not.
This example is complex because it needlessly uses many competing approaches on the same form.
React forms can (and should) be simple.