Reduce user-misspelled email addresses in your forms by suggesting the right domain when your users misspell it in an email address. — I have just launched DavisonPro.dev. A standalone blog where I write about Javascript, Web development and software development. I recently stumbled across react-mailcheck, a React Component from the mailcheck library that suggests domains based on common typos in email forms. For example, ‘user@gnail.co’ will generate a suggestion for ‘user@gmail.com’. It’s…