This is a sample project to accompany the blog post at https://scottbanwart.com/blog/2017/02/implementing-auto-save-with-react/.
$git clone git@github.com:sbanwart/react-auto-save.git
$npm install
$npm start
Enter some text into the form fields. As you start typing, you should see a message appear stating the form has unsaved changes. Wait a few seconds, and you should see a message appear stating the changes have been saved successfully.