Description
React Js – TIL Infinity Course, Joe Santos Garcia – React Js – TIL Infinity Course, React Js – TIL Infinity Course download, Joe Santos Garcia – React Js – TIL Infinity Course review, React Js – TIL Infinity Course free torent
Joe Santos Garcia – React Js – TIL Infinity Course
COURSE CURRICULUM
Overview
Start
Intro and Requirements (7:11)
Start
Setup Our Dev Starter Kit (9:11)
Start
Folders and Files (7:03)
Start
Babel Basics (2:01)
Start
Webpack config (3:06)
React Basics
Start
My First Component (14:39)
Start
why should I care about components? (2:48)
Start
What is the state of a component? (3:32)
Start
class base or functional component (3:19)
Start
Props and children (12:03)
Start
The power of JSX (14:17)
Start
Handling Events (11:09)
Start
Inline Styles (7:54)
Project 1: Counter
Start
Getting Ready To Build Our FIrst Project (7:32)
Start
HTML and CSS for Components (12:29)
Start
Make a reusable button (19:23)
Start
Make the counter functional (12:52)
Start
Make Counter Run Automatically and lifecycles (15:18)
Immutable Data
Start
What is immutability? (15:22)
Start
Create Testing Component (9:28)
Start
Working with Objects in the State (17:23)
Start
Object spread vs Object assign (2:29)
Start
making arrays immutable (19:18)
Start
Using Immutability Helper to Set Values on Objects (10:20)
Start
Merging Objects With Immutability Helpers (7:32)
Start
Immutable Arrays Made Simple (7:32)
Project 2:
Start
Setting up for BillsApp (3:36)
Start
Header html and css (8:40)
Start
Total bills section (9:30)
Start
Bills List (20:19)
Start
Floating Menu (30:57)
Start
Doing Some Fixes (27:20)
Start
Add Bill Component HTML & CSS (22:40)
Start
show and hide form using global state (10:23)
Start
save our bill (19:48)
Start
show all bills and totals (21:38)
Start
create buttons for bills status (17:56)
Start
deleting bills (25:21)
Advance Features
Start
Setting Up To Work on Advance Features (5:51)
Start
Fragments in React (9:50)
Start
how to use refs in react (5:49)
Start
type checking your prop (11:01)
Start
Use ContextApi as a GlobalState (28:19)
React Hooks
Start
state with hooks (17:55)
Start
React Hooks Effects (17:31)