OVERVIEW React is one of the most popular JavaScript UI libraries in use today, providing a simple approach to creating stateful UI components that can be combined to create a complete web app. In React Succinctly by Samer Buna, you’ll learn the fundamental concepts of the React library, how the library fits in with modern JavaScript, and how to apply what you learn to create a simple interactive memory game. Buna also provides an interactive, web-based React playground for following along with the book’s code examples and exploring React features on your own.
TABLE OF CONTENTS Introduction React: The Big Picture React and Modern JavaScript React’s Fundamental Concepts Let’s Build a Game What’s Next
I'm personally a fan of this Succinctly series from Syncfusion. Small books and right to the point, with enough information to get you started with the technology in hand and an overview of the problem it tries to solve.
But what sets "React.js Succinctly" apart from the other books of the series I've read so far is the challenge posed by the author in the last chapter. Samer Buna gives you the opportunity to solve a really nice game, fun to develop, with some bugs intentionally included and a detailed description of the strategy taken by him to solve it piece by piece.
I would recommend the book for someone that have a fair knowledge of javascript but knows little to nothing about React.