issues
search
MaxMuehlbauer
/
familienduell
https://maxmuehlbauer.github.io/familienduell/
0
stars
1
forks
source link
Refactor state
#3
Open
MaxMuehlbauer
opened
5 months ago
MaxMuehlbauer
commented
5 months ago
State should be refactored to be more precise
[ ] Only store static state in localStorage (meaning primitive data only, no dynamic getters)
[ ] Write state as class
[ ] Implement toStorage method to create storable, save-able state
[ ] Implement static fromStorage method to read in a state from storage and return a new instance of the store class
State should be refactored to be more precise