chapter 1: introducing react and ui design · ludovico einaudi - ascolta indeepsilence 584,257...

16
Chapter 1: Introducing React and UI Design The hello-react folder

Upload: others

Post on 15-Jan-2020

5 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Chapter 1: Introducing React and UI Design · Ludovico Einaudi - Ascolta Indeepsilence 584,257 views 2 years ago E-kwne Trending X History BEST OF YOUTUBE Music Gaming Movies TV News

Chapter 1: Introducing React and UI Design

The hello-react folder

Page 2: Chapter 1: Introducing React and UI Design · Ludovico Einaudi - Ascolta Indeepsilence 584,257 views 2 years ago E-kwne Trending X History BEST OF YOUTUBE Music Gaming Movies TV News

Browser on running npm start

Output of npm test

Page 3: Chapter 1: Introducing React and UI Design · Ludovico Einaudi - Ascolta Indeepsilence 584,257 views 2 years ago E-kwne Trending X History BEST OF YOUTUBE Music Gaming Movies TV News

The BUILD folder

YouTube main page

Page 4: Chapter 1: Introducing React and UI Design · Ludovico Einaudi - Ascolta Indeepsilence 584,257 views 2 years ago E-kwne Trending X History BEST OF YOUTUBE Music Gaming Movies TV News

Highlighted components 1

Highlighted components 2

Page 5: Chapter 1: Introducing React and UI Design · Ludovico Einaudi - Ascolta Indeepsilence 584,257 views 2 years ago E-kwne Trending X History BEST OF YOUTUBE Music Gaming Movies TV News

Wikipedia home page

Page 6: Chapter 1: Introducing React and UI Design · Ludovico Einaudi - Ascolta Indeepsilence 584,257 views 2 years ago E-kwne Trending X History BEST OF YOUTUBE Music Gaming Movies TV News

Chapter 2: Creating Components

Our first React component

Page 7: Chapter 1: Introducing React and UI Design · Ludovico Einaudi - Ascolta Indeepsilence 584,257 views 2 years ago E-kwne Trending X History BEST OF YOUTUBE Music Gaming Movies TV News

Changing the styles

Page 8: Chapter 1: Introducing React and UI Design · Ludovico Einaudi - Ascolta Indeepsilence 584,257 views 2 years ago E-kwne Trending X History BEST OF YOUTUBE Music Gaming Movies TV News

The ProductList component

Page 9: Chapter 1: Introducing React and UI Design · Ludovico Einaudi - Ascolta Indeepsilence 584,257 views 2 years ago E-kwne Trending X History BEST OF YOUTUBE Music Gaming Movies TV News

Data propagation in a component hierarchy

Page 10: Chapter 1: Introducing React and UI Design · Ludovico Einaudi - Ascolta Indeepsilence 584,257 views 2 years ago E-kwne Trending X History BEST OF YOUTUBE Music Gaming Movies TV News

Chapter 3: Managing User Interactivity

Clicking on a product

Page 11: Chapter 1: Introducing React and UI Design · Ludovico Einaudi - Ascolta Indeepsilence 584,257 views 2 years ago E-kwne Trending X History BEST OF YOUTUBE Music Gaming Movies TV News

Unidirectional data flow

Triggering change

Page 12: Chapter 1: Introducing React and UI Design · Ludovico Einaudi - Ascolta Indeepsilence 584,257 views 2 years ago E-kwne Trending X History BEST OF YOUTUBE Music Gaming Movies TV News

Event flow

Page 13: Chapter 1: Introducing React and UI Design · Ludovico Einaudi - Ascolta Indeepsilence 584,257 views 2 years ago E-kwne Trending X History BEST OF YOUTUBE Music Gaming Movies TV News

Adding the quantity feature to a cart

Page 14: Chapter 1: Introducing React and UI Design · Ludovico Einaudi - Ascolta Indeepsilence 584,257 views 2 years ago E-kwne Trending X History BEST OF YOUTUBE Music Gaming Movies TV News

Adding a navigation bar

Page 15: Chapter 1: Introducing React and UI Design · Ludovico Einaudi - Ascolta Indeepsilence 584,257 views 2 years ago E-kwne Trending X History BEST OF YOUTUBE Music Gaming Movies TV News

A new view

Page 16: Chapter 1: Introducing React and UI Design · Ludovico Einaudi - Ascolta Indeepsilence 584,257 views 2 years ago E-kwne Trending X History BEST OF YOUTUBE Music Gaming Movies TV News

Nested views