• Text Instruction [Important]: Module 47: (Conceptual) How React works

  • 47-1 Module Introduction Create React App under the hood

  • 47-2 What is JSX, React Component, babel transpiler

  • 47-3 Components and how props works, unidirectional data flow

  • 47-4 (advanced) How states works, asynchronous, console state

  • 47-5 How React Hook works, send state via props , props vs state

  • 47-6 What is React, when to use it, react vs angular vs vue

  • 47-7 How react works, Render, virtual dom, diff algorithm, fiber

  • 47-8 React Class Component, Component lifecycle and rerender

  • 47-9 Module Summary, recap, Properties vs attributes