10000 GitHub - sbanwart/react-auto-save: Sample React application that uses an idle timer to implement an auto-save feature
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 1, 2023. It is now read-only.
/ react-auto-save Public archive

Sample React application that uses an idle timer to implement an auto-save feature

License

Notifications You must be signed in to change notification settings

sbanwart/react-auto-save

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Auto-Save

This is a sample project to accompany the blog post at https://scottbanwart.com/blog/2017/02/implementing-auto-save-with-react/.

Installation

Clone the repository

$git clone git@github.com:sbanwart/react-auto-save.git

Run NPM to install the dependencies

$npm install

Start the application

$npm start

Usage

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.

About

Sample React application that uses an idle timer to implement an auto-save feature

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0