zuelong / save-the-spire

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

reduce the amount of data being sent between redux and components #4

Closed zuelong closed 6 years ago

zuelong commented 6 years ago

Right now we're sending the full JSON of the save data every time we update a component. This is too much data to be passing between components and can be fixed with some redux updates to the reducer.