I really like Wes Bos' video series on Redux: https://learnredux.com/
I'm not the best to explain why to use Redux over Flux or other implementations, but it seems to have been accepted by the React community and I find that it's pretty simple once you get the idea of how actions, dispatchers, and reducers work.