-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the app 100% Redux #353
Labels
Comments
I'd add:
|
poke #370 |
So apparently it's not, I've seen some stuff from Dan Abramov where he says it is perfectly fine https://stackoverflow.com/questions/35667249/accessing-redux-state-in-an-action-creator#35674575 |
Why player is in state anyway? |
I think you are mixing up the Player lib and the Player reducer |
Could be worthwhile: https://github.com/rematch/rematch |
Looks great, I will give it a try! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently use an hybrid between Vanilla Flux and Redux for state management, and we have problems passing a huge number of props through all the children components. I would like we move everything to a more Redux way, especially about the dispatch thing.
connect
andmapStateToProps
http://redux.js.org/docs/basics/UsageWithReact.html#presentational-and-container-components
http://redux.js.org/docs/advanced/UsageWithReactRouter.html
The text was updated successfully, but these errors were encountered: