-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrej Mihajlov
committed
Feb 1, 2017
1 parent
98e6955
commit d4f689b
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d4f689b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wanted to show you https://github.com/rt2zz/redux-persist in case you haven't seen it. Seems like basically the same API as redux-localstorage but the nice thing about redux-persist is you can extend to support many types of storage.
One potential application of this would be the ability to use %userData% to persist app state. The advantage would be if you wanted to persist some app state across updates / reinstalls.
I think its a good change either way just wanted to show you in case you haven't seen that lib.