3 ways to build forms in react (without any libraries)
Using a library when building complex forms is likely still very helpful - react-hook-form with zod is a robust solution used in production in many applications today. But if you just want to build a quick form, do you really need a library? I used to jump to building a ...