Posts

Showing posts from September, 2021

Save email to local folder Xampp

sendmail_path = "\xampp\mailtodisk\mailtodisk.exe"

React Don't Do's

1. You may see people using componentWillMount to start AJAX calls to load data for your components. Don’t do this. We’ll get to that in the second.

If you click on child element but not on parent

Add this check: if (e.target === this) { //action here }