The goal of this handbook is to provide gentle step-by-step instructions that will help you learn the key concepts of React.
You'll learn about JSX, components, props, states, event handlers, creating forms, and running network requests.
Chapter 1: Introduction
Chapter 2: How to Create React Components
Chapter 3: Making Sense of JSX
Chapter 4: Props and State
Chapter 5: React Conditional Rendering
Chapter 6: How to Handle User Events
Chapter 7: CSS in React
Chapter 8: How to Build Forms in React
Chapter 9: Network Requests in React
you should have basic knoewledge of HTML, CSS, and JavaScript.