zuelong / save-the-spire

A save editor for the game Slay the Spire
16 stars 13 forks source link

Redux store needs pulled out into smaller functions #2

Closed zuelong closed 6 years ago

zuelong commented 6 years ago

The raw navbar data in the redux store is being modified in the reducer. This logic can be pulled out and reduced in a more efficient manner if a function were to be written.