-
Create a phone mask on React.js w/o libraries
Recently I had to create a form that includes a phone number input. Such number input had to had some validations and an input mask to display properly the phone number. Nowadays there are a different npm packages that might help with this task (like react-input-mask), but from times to times, you want to do…