Book Image

Learning ReactJS [Video]

By : Samer Buna
Book Image

Learning ReactJS [Video]

By: Samer Buna

Overview of this book

React is a UI framework that communicates the smallest changes on the server side to the browser quickly, without having to re-render anything except the part of the display that needs to change. Elements of a site or app can be updated seamlessly without delay, without disrupting the rest of the display or requiring the user to refresh. The course covers React components, Virtual DOM, JSX syntax, and handling visualizations and web graphics, which are all tied up and demonstrated by building an application. Then we dive in, showing you everything about React components in depth, and how to work with browser events. You will get an introduction to React, and its key parts and concepts, in order to help you to understand the mechanics behind it. After learning both the basic and advanced features of React, we will build a sample application for short inspirational quotes where users can see a paginated list of quotes, can search the list, and can add new quotes to the list.
Table of Contents (11 chapters)
Chapter 10
Talking to a Remote Backend
Content Locked
Section 2
Fetching Data to React State
The aim of this video is to fetch the API data from React State. - Put all of the data on the state - Use a fetch call from within a componentDidMount method