zuelong / save-the-spire

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

Remove Redux store passing between components and replace with Provider tag in App.js #11

Closed zuelong closed 6 years ago

zuelong commented 6 years ago

Apparently there's a better way to pass the redux store to child components. Good to know. Pretty much every component needs refactored to remove store={this.props.store} and a tag needs added to the root of the app.