Quick and easy, very hands on read. Feels more like a tutorial than a book, but I think it'll get you started with React and Redux.
The book covers a lot of ground to get an app running end-to-end:
- JSX - Stateless and stateful components - React components lifecycle - The create-react-app tool - Flux and Redux - Redux middleware - Routing - Unit, integration and functional testing - Deployment tools like: Surge, GH Pages, Heroku - CI builds like: TravisCI, Jenkins
It's not meant to be a comprehensive guide since most of the topics above would expand a whole book upon themselves but my problem is on the examples, which have several silly errors like props being called but not passed down to components, things you can probably figure out if you're paying close attention. Similar thing with the source files on Github, which don't reflect what's on the book, not sure if you're meant to download the code and update as you're reading cause the structure just seemed a bit half baked rather than an initial version of the app.