jwebber92 / golf-score

Android app for keeping a golf score
0 stars 0 forks source link

Persist score storage in phone data #1

Open jwebber92 opened 5 years ago

jwebber92 commented 5 years ago

Using state{scores} But fails to update on user input, because this tries to replace the entire tree; then this.state.scores.map fails because there is momentarily nothing to iterate over (I think!)

jwebber92 commented 5 years ago

Likely need to use state management tool - probably Redux for learning purposes...