1 Introducing React 2 Building Your First React App 3 Components in React 4 Styling in React 5 Creating Complex Components 6 Transferring Properties 7 Meet JSX... Again! 8 Dealing with State in React 9 Going from Data to UI in React 10 Events in React 11 The Component Lifecycle 12 Accessing DOM Elements in React 13 Setting Up Your React Dev Environment 14 Working with External Data in React 15 Building an Awesome Todo List App in React 16 Creating a Sliding Menu in React 17 Avoiding Unnecessary Renders in React 18 Creating a Single-Page App in React Using React Router 19 Introduction to Redux 20 Using Redux with React
Author has good pedagogy (although his quips are sometimes slightly irritating). The chapter on react-router is out of date as the project has gone through a complete rewrite but otherwise this can be followed through from start to finish with no problems and you will learn a lot. There's also a sort of "cap" project towards the end that ties everything learned—or most of it—together. Also, protip: I followed his steps on setting up the dev environment for a React app and they worked fine but Facebook's official project create-react-app may make things even easier, from what I'm told.
The author does a great job of introducing one concept at a time and then ties it all together. The overall tone of the book makes it easy to read cover to cover in one sitting.
Gotta be one of the best in the wild! This book makes ReactJS look so interesting. Great tutorials!!! I love those golden yellow as well. So many graphics and great use of white space!! There's a web version of this as well, but I think it's missing one chapter from the book where he's talking about refs, but the web has some extras that the book doesn't have, so check the author's site as well!!
I really would like to thank my local library for purchasing this book. Web technology get outdated too fast. I mean, just look at AngularJS... CDN$50 is over my budget for a 200-page book. Anyways, Leveled up! ;D
Book was really easy and quick to read (only own lack of free time as a brake). Because I have already coded using React this book was too light to me.
If you have not yet done much with React, you will get good and clear information from the book. Information is packed really sparsely - which is good if you have not coded a lot before. It gives you time to think and assimilate the information. You don't get out of breath.
The repitition of code examples can feel useless, if you have some knowledge from coding and React beforehand.
From the later half of the book I found something I thought that it was really good to read again and it was said better than anywhere else. Generally repetition is not bad thing and the reading of book can just strengthen the knowledge althought you already know main things from the book.
Spectacular job of keeping things simple by only focusing on one point at a time, choosing great examples, and using readable code with well-crafted, simple explanations. Many authors try to achieve this the lazy way- by omitting large amounts of code and relying on the reader to download it and understand it on her own. By contrast, the Learning React author included all of the code in the book and was not afraid to repeat code when it reinforced his point.
Learning React is an excellent and accessible introduction to the popular JavaScript front-end framework (React is a way of handling the V in the MVC model). The examples are good and the explanations are clear. It's a good book for getting your feet with in React. It assumes some JavaScript knowledge, but you don't have to be a JavaScript expert to dive into React. Best of all, the author is responsive to questions and comments via the book's forum and his Twitter account, so there's plenty of support on your journey.
The author explains very well the basis of the library, essential for a thorough knowledge, however, does not explore many of the most widely used practices such as scaffolding or ES6, although it is important, it is beyond the scope of the book. But i found the book very well detailed and illustrated, also it has a web edition so if you register the book on a website you can access to exclusive and important content.
Solid introduction to React Java Script library. The examples are concise and focus on the concepts at hand. This book is definitely for beginners as the title implies. However, its still worth a read even if you are seasoned programmer that needs to get up to speed on React.
I know some complain that there's too much hand-holding, but his writing kept me so engaged and, frankly, amused. He's an excellent instructor, clearly a talented developer. I'm grateful for this comprehensive introduction.
There are critics stating that the book is already outdated. Well, this is the case for most of the technology books. The book is easy to read and gives the basics in a soft manner. Considering you won't spend much time reading it (two days at most), it definitely is worth reading.
very solid book! the jokes often rubbed me the wrong way and I wanted him to just get to the point, but he did always end up getting there. easy to understand, great examples.
Great starting point for beginners in React. To understand the concepts in the book, you definitely have to code their examples and try something on your own.