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 8
Building an Application with React
Content Locked
Section 1
What Are We Building?
The aim of this video is to define the main requirements of the application we will be building. - Describe the Book list admin UI - Use a GitHub repo to get a working React template with the initial data