# Roadmap 1. Basics of JS(`Variables`,`Primitive types`,`Control flow`,`Loops`) 2. Advanced/Custom types(`Objects`,`Map`,`Set`,`Arrays`,`Functions`) 3. ES6 (`Modules`,`Classes`,`Const`/`Let`) # React 1. Intro to JSX 2. Components 3. `Props` vs `Stat...