Tips for an easier HTML from validation
It's a common task to validate forms in order to receive the correct information and reduce errors. This validations are commonly done using javascript and for multiple cases, we use js to validate things that the HTML can already handle by itself. S...
alexandertux.hashnode.dev10 min read
Annie π¦β‘
Front-end Engineering Lead x Designer
This is a great and very useful article, Estuardo! A lot of devs tend to jump right away to a JavaScript solution without considering the native options that are available. You've shared some very useful alternatives to consider!! πππ