React for beginners is written in a progressive way for the reader.
The book is organized in several
1 - "ES6 JavaScript, part 1": discover the new JavaScript syntax used by React. 2 - "ES6 JavaScript, part 2": discover how to use classes and modules in ES6. 3 - "Hello React": introduction to React to write the first program. 4 - "React & JSX": write React code more easily using JSX syntax. 5 - "State object": understand how states work in React components. 6 - "Interactions in React Components": manage external events, such as clicks on buttons. 7 - "Manage the elements of a list": complete example to interact on the elements of a list (add, modify and delete). 8 - "Use create-react-app to create a React application": use specific software that creates the architecture of the React application.