-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add local storage capability to store state even after reloading the page #20
Comments
kanyuga
added a commit
that referenced
this issue
Aug 11, 2017
…urrent-ball-and-white-ball Fixed #20: Add option for porting current ball and then white ball
Mistakenly closed by PR #34 |
profnandaa
added a commit
to profnandaa/killer-counter
that referenced
this issue
Aug 12, 2017
Adds localStorage capability on the app so that the state is stored across reloads; by hooking into the lifecycle events of the components to store the state everytime there's a change. closes kanyuga#20
profnandaa
added a commit
to profnandaa/killer-counter
that referenced
this issue
Aug 12, 2017
Adds localStorage capability on the app so that the state is stored across reloads; by hooking into the lifecycle events of the components to store the state everytime there's a change. closes kanyuga#20
kanyuga
added a commit
that referenced
this issue
Aug 14, 2017
[feat: #20] add localStorage capability
@kanyuga - did you deploy to Github pages? Can't see the changes yet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current state:
When you reload the page, all the data is lost.
Desired state:
Retain the data even after reload. Only reset after clicking on New Game.
The text was updated successfully, but these errors were encountered: