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 3
Declarative User Interfaces
Content Locked
Section 1
React's Language
This video will help you understand how React is a bridge between an imperative API and a declarative one. - Learn how React's language allows us to declaratively describe user interfaces - Compare the imperative way to the declarative way - Understand how React takes care of data transitions after the UI definition