Simplifying Form Handling in Vue Applications with Form JS - Inspired by Inertia JS
Recently I have been working on FormJs, which is a form helper and wrapper around Axios, inspired by inertiaJs. The purpose behind writing this new library was to streamline the process of how we handle the form on the front-end side. Validating form...
blog.jobins.jp4 min read
Jordan Brennan
This really is a well done article! You should write more! You got me thinking about form validation though and so I wrote a similar article but with an approach based on web standards: jordanbrennan.hashnode.dev/simplifying-form-handl…