1. Урок 1. 00:01:00
    Introduction
  2. Урок 2. 00:01:34
    Optional: Install Software for Mac
  3. Урок 3. 00:01:31
    Optional: Install Software for Windows
  4. Урок 4. 00:00:38
    Introduction to the DOM
  5. Урок 5. 00:03:41
    What is the DOM?
  6. Урок 6. 00:07:42
    What Can I Do with the DOM?
  7. Урок 7. 00:00:56
    The DOM Activity: Find a DOM Node
  8. Урок 8. 00:01:49
    Activity Review
  9. Урок 9. 00:00:36
    Intro to Events and Callbacks
  10. Урок 10. 00:01:04
    Events
  11. Урок 11. 00:06:21
    Callbacks
  12. Урок 12. 00:00:35
    Events and Callbacks Activity: Website Theme Toggler
  13. Урок 13. 00:01:25
    Events and Callbacks Activity: Solution
  14. Урок 14. 00:00:44
    Intro to AJAX
  15. Урок 15. 00:02:19
    What is AJAX?
  16. Урок 16. 00:02:00
    AJAX & HTTP Specifics
  17. Урок 17. 00:04:28
    Calling an API Activity Part 1: The Callback Method
  18. Урок 18. 00:05:20
    Calling an API Activity Part 2: The Promises Method
  19. Урок 19. 00:00:36
    Intro to JSON
  20. Урок 20. 00:02:42
    Use JSON
  21. Урок 21. 00:01:51
    Calling an API Activity Part 3: JSON
  22. Урок 22. 00:05:53
    Calling an API Activity: Solution
  23. Урок 23. 00:00:33
    Intro to Scope
  24. Урок 24. 00:06:05
    Scope and the Variable this
  25. Урок 25. 00:00:35
    Intro to ES6
  26. Урок 26. 00:01:36
    Transpiling and Polyfilling
  27. Урок 27. 00:06:47
    var vs let vs const
  28. Урок 28. 00:03:51
    Default Values
  29. Урок 29. 00:05:18
    Destructuring
  30. Урок 30. 00:05:50
    Literals
  31. Урок 31. 00:02:41
    Arrow Functions
  32. Урок 32. 00:01:35
    JavaScript Section Final Activity: NASA Search API
  33. Урок 33. 00:00:38
    Part 2: On Your Own
  34. Урок 34. 00:03:16
    JavaScript Recap
  35. Урок 35. 00:00:39
    Intro to Dependency Management
  36. Урок 36. 00:02:33
    Optional: Install Software for Mac
  37. Урок 37. 00:07:08
    npm and Yarn
  38. Урок 38. 00:03:55
    Grunt
  39. Урок 39. 00:10:19
    Grunt Activity
  40. Урок 40. 00:03:59
    Gulp
  41. Урок 41. 00:09:06
    Gulp Activity
  42. Урок 42. 00:01:09
    webpack
  43. Урок 43. 00:01:45
    Web Application Building Recap
  44. Урок 44. 00:00:37
    Intro: What is React?
  45. Урок 45. 00:02:44
    Why React
  46. Урок 46. 00:02:55
    Where React Lives
  47. Урок 47. 00:01:17
    JSX
  48. Урок 48. 00:00:34
    Intro to Component Lifecycle Methods
  49. Урок 49. 00:02:33
    Initialization, Mounting, Updating, and Unmounting
  50. Урок 50. 00:08:22
    Build a Konami Code React App Activity: Part 1
  51. Урок 51. 00:00:27
    Intro to React State and Properties
  52. Урок 52. 00:00:58
    React State
  53. Урок 53. 00:01:11
    React Props
  54. Урок 54. 00:06:39
    Build a Konami Code React App Activity: Part 2
  55. Урок 55. 00:04:59
    Build a Konami Code React App Activity: Solution
  56. Урок 56. 00:00:32
    Intro to React Component Types
  57. Урок 57. 00:01:48
    Presentational Components
  58. Урок 58. 00:01:05
    Container Components
  59. Урок 59. 00:12:41
    Markdown Note Manager Project
  60. Урок 60. 00:08:59
    Markdown Note Manager Project: Solution
  61. Урок 61. 00:02:24
    React Recap
  62. Урок 62. 00:03:54
    Conclusion