Introduce
  • Introduce Course Preview
Closure
  • Closure basic demo
  • Prepare file structure
  • Understand how Closure work in Heap Memory
Apply Closure to build Redux
  • Create Store from Scratch
  • Create Store from Scratch part 2
  • Split reducer from Store
Apply Redux into React
  • Setup Redux's Store in React
  • Force component App re-render
  • Explain how component App re-render step by step