Yet another regex for email validation

Here’s a nice little regular expression for checking valid emails. There are dozens of email validations out there, this is just another one…

Create loop inside React JSX

Use the map function to loop through an empty array inside a react component. Very useful but no so intuitive…