1. 1. Overview
  2. 2. Javascript ES6
    1. 2.1. Functions
    2. 2.2. Classes
    3. 2.3. Spread and Rest
    4. 2.4. Variables
    5. 2.5. Language Features
    6. 2.6. Export and Import
    7. 2.7. Other Language Features
    8. 2.8. Destructuring
      1. 2.8.1. Array destructuring
      2. 2.8.2. Object destructuring
    9. 2.9. Promises
    10. 2.10. Async and Await
    11. 2.11. Generator Functions and Yield
  3. 3. React JS..JSX..Event Handlers
    1. 3.1. React Component LifeCycle
    2. 3.2. React State
      1. 3.2.1. Setting and Preserving State across Re-renders
      2. 3.2.2. React Hooks For Managing State
        1. 3.2.2.1. useState()
        2. 3.2.2.2. useEffect()
      3. 3.2.3. Reducers - Consolidate State
      4. 3.2.4. Context API - Passing State deeply
      5. 3.2.5. Redux - alternative to the Context API

Chris's Self-Orientation on ES6 Javascript, React, & Related Topics

Language Features