Did you know that it’s possible to handle forms using just pure HTML and JavaScript? — It’s very common for frontend applications to include some kind of form. Unfortunately, when it comes to React applications specifically, I often see people building out forms with an unnecessarily high number of controlled inputs. This typically adds more complexity to the form without affording any real benefits. I used…