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 9
Using React's Built-in State
Content Locked
Section 4
Handling Edge Data Cases
The aim of this video is to show how to display a book price in dollars and how to account for the missing prices. - Use a presentational function to format the price - Make the function aware of optional prices