Book Image

Beginning Frontend Development with React

By : Erik Hanchett, David Parker
Book Image

Beginning Frontend Development with React

By: Erik Hanchett, David Parker

Overview of this book

Through this course, you'll learn the basics you need to get up and running with React and tackle real-world projects and challenges. It begins by explaining the basics of React and shows you the nuances while setting up a React-based application and designing a UI. Once you are comfortable in the React world, you are introduced to components and how to compose them using JSX. With this course, you can learn advanced concepts, such as data propagation, data binding, and also discover how to manage the internal state of a component. You'll also learn about component lifecycle events and understand how to manage routing. By the time you are done with the course, you'll find yourself feeling confident to take on real-world projects. The resource files are uploaded on the GitHub repository at https://github.com/TrainingByPackt/Beginning-Frontend-Development-with-React-eLearning
Table of Contents (3 chapters)
Chapter 3
Managing User Interactivity
Content Locked
Section 2
Managing User Interaction Part 1
Let us understand that a web application requires interaction between the user and the user interface (UI). We will see it by learning to manage user interaction and displaying the result of the code used previously. Let us then learn that React approach to handling events is very similar to classic event management within HTML with subtle differences.