React.js is a JavaScript library for building dynamic web applications. Upon completion of this course, you will know everything you need in order to build web applications in React
⭐️Course Contents ⭐️
(0:00:00) Course Introduction & Philosophy
(0:05:22) What well be building
(0:06:24) Why React?
(0:09:25) ReactDOM & JSX
(0:16:19) ReactDOM & JSX Practice
(0:20:34) Functional Components
(0:24:32) Functional Components Practice
(0:29:41) Move Components into Separate Files
(0:35:07) Parent/Child Components
(0:43:14) Parent/Child Component Practice
(0:48:12) Todo App - Phase 1
(0:50:50) Styling React with CSS Classes
(0:55:56) Some Caveats
(0:58:12) JSX to JavaScript and Back
(1:02:11) Inline Styles with the Style Property
(1:09:21) Todo App - Phase 2
(1:12:42) Props Part 1 - Understanding the Concept