red-gold / react-social-network

Simple React Social Network
https://medium.com/@qolzam/create-social-network-by-react-js-fe60010a32e6
MIT License
490 stars 484 forks source link

[Bug] Data persistency of the album and the feeds #118

Open Qolzam opened 5 years ago

Qolzam commented 5 years ago

@Qolzam we also discuss the data persistency of the album and the feeds which are not supported by the app:

  1. Album data is not stored persistent and after religion data not coming when we refresh the app data totally remove from the app Before Refreshing the App image of album is beforeRefAlbum After Refreshing the App the App looks like: AfterRefAlbum

  2. Feeds are not persistent need to make them persist Before Refreshing the app: BeforeRefFeeds After Refreshing the App: AfterRefFeeds

Originally posted by @Abhiranjanchaurasia in https://github.com/red-gold/react-social-network/issues/116#issuecomment-496228236

Abhiranjanchaurasia commented 5 years ago

@Qolzam we have fixed the issue data persistence for the album and the feeds.