juliobetta / ReduxBlog

Example from React+Redux Course at Udemy
0 stars 0 forks source link

Add offline support #5

Open juliobetta opened 8 years ago

juliobetta commented 8 years ago

Save the contents in a local database and then synchronize with the server whenever a connection is present.

juliobetta commented 8 years ago

At this point, posts are being saved in a local database. The next step now is to keep track of every changes, and then sync them with the server.