Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Learn React & Redux: From Beginner To Paid Professional, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:57
    Introduction
  • Урок 2. 00:01:11
    About This Course
  • Урок 3. 00:01:19
    Introduction
  • Урок 4. 00:01:53
    The Counter App
  • Урок 5. 00:05:40
    Super Simple Setup
  • Урок 6. 00:08:33
    Coding the Counter App
  • Урок 7. 00:03:25
    Counters Everywhere
  • Урок 8. 00:01:33
    Coding Exercise
  • Урок 9. 00:02:50
    Coding Exercise: Solution
  • Урок 10. 00:05:09
    Introduction
  • Урок 11. 00:05:58
    What is JSX?
  • Урок 12. 00:04:16
    The Virtual DOM
  • Урок 13. 00:00:49
    Introduction
  • Урок 14. 00:04:37
    What Is A Component?
  • Урок 15. 00:06:29
    The render() Function
  • Урок 16. 00:04:28
    What Are ‘props’?
  • Урок 17. 00:06:23
    Using Prop Types
  • Урок 18. 00:03:50
    Styling Components Using CSS
  • Урок 19. 00:07:54
    Rendering Variables And Expressions
  • Урок 20. 00:08:01
    Getting DOM Elements With Refs
  • Урок 21. 00:10:03
    What Is ‘State’?
  • Урок 22. 00:05:21
    When To Use State vs Props
  • Урок 23. 00:08:42
    Stateless Components
  • Урок 24. 00:01:21
    Exercise For You To Complete
  • Урок 25. 00:09:06
    Exercise Solution
  • Урок 26. 00:08:58
    Higher Order Components
  • Урок 27. 00:00:47
    Summary
  • Урок 28. 00:00:48
    Introduction
  • Урок 29. 00:04:42
    Event Handlers In React
  • Урок 30. 00:03:05
    Exercise For You To Complete
  • Урок 31. 00:10:33
    Exercise Solution
  • Урок 32. 00:01:00
    Introduction
  • Урок 33. 00:01:12
    React Components Are Hierarchical
  • Урок 34. 00:09:52
    Working With Children
  • Урок 35. 00:02:08
    Data Flows Like A Waterfall
  • Урок 36. 00:15:56
    Passing Data Up The Hierarchy
  • Урок 37. 00:03:02
    Bugfix
  • Урок 38. 00:01:23
    Exercise For You To Complete
  • Урок 39. 00:07:22
    Exercise Solution
  • Урок 40. 00:01:58
    A Quicker Way To Get Data To Children
  • Урок 41. 00:16:58
    Context In Action
  • Урок 42. 00:05:13
    Summary And Problems
  • Урок 43. 00:01:51
    Introduction
  • Урок 44. 00:05:38
    What Is Redux?
  • Урок 45. 00:03:38
    How To Use Redux For The Ecommerce Example
  • Урок 46. 00:23:35
    Recoding The Ecommerce Example Using Redux
  • Урок 47. 00:02:58
    How Redux Solves Our Data Flow Problems
  • Урок 48. 00:01:48
    Introduction
  • Урок 49. 00:00:52
    Introduction
  • Урок 50. 00:11:17
    Babel & Webpack
  • Урок 51. 00:05:33
    Hello World
  • Урок 52. 00:04:59
    A Good Folder Structure For Your React / Redux Apps
  • Урок 53. 00:04:18
    Adding Redux
  • Урок 54. 00:00:24
    Introduction
  • Урок 55. 00:04:07
    Setting Up The Giphy API
  • Урок 56. 00:02:37
    Introduction
  • Урок 57. 00:01:46
    An Exercise For You To Complete
  • Урок 58. 00:05:14
    Exercise Solution
  • Урок 59. 00:13:22
    A Basic Search Results Component
  • Урок 60. 00:03:19
    Multiple Reducers - How Redux Scales
  • Урок 61. 00:08:49
    Search Reducer & Actions
  • Урок 62. 00:03:04
    An Exercise For You To Complete
  • Урок 63. 00:03:29
    Exercise Solution
  • Урок 64. 00:02:47
    Introduction
  • Урок 65. 00:05:13
    What Is Redux Middleware?
  • Урок 66. 00:08:48
    A Quick Primer On Generators
  • Урок 67. 00:01:10
    Sagas
  • Урок 68. 00:14:37
    Searching Giphy With A Saga
  • Урок 69. 00:03:36
    Getting The Search Result Images
  • Урок 70. 00:02:40
    An Exercise For You To Complete
  • Урок 71. 00:06:01
    Exercise Solution
  • Урок 72. 00:01:37
    Introduction
  • Урок 73. 00:01:19
    The Routing Modules
  • Урок 74. 00:07:58
    Plumbing In The Routing
  • Урок 75. 00:18:30
    Creating The Navigation
  • Урок 76. 00:04:58
    Creating Pages
  • Урок 77. 00:01:07
    An Exercise For You To Complete
  • Урок 78. 00:04:08
    Exercise Solution
  • Урок 79. 00:00:31
    Introduction
  • Урок 80. 00:05:47
    What is Component Based CSS?
  • Урок 81. 00:05:14
    Setting up Component Based CSS
  • Урок 82. 00:03:47
    The classnames Module
  • Урок 83. 00:11:28
    Styling The Navigation
  • Урок 84. 00:02:35
    Styling The Search Results
  • Урок 85. 00:01:57
    Exercise For You To Complete
  • Урок 86. 00:02:49
    Exercise Solution
  • Урок 87. 00:01:43
    Introduction
  • Урок 88. 00:02:30
    Designing An InfiniteScroll Component
  • Урок 89. 00:23:03
    Implementing The InfiniteScroll Component
  • Урок 90. 00:07:26
    React Component Lifecycle Methods
  • Урок 91. 00:04:55
    Adding Pagination To The Search
  • Урок 92. 00:09:35
    Revisiting The Search Actions
  • Урок 93. 00:03:03
    An Exercise For You To Complete
  • Урок 94. 00:04:34
    Exercise Solution
  • Урок 95. 00:12:27
    Integrating The Infinite Scroll Component Into Search
  • Урок 96. 00:08:17
    Adding A Loading Spinner
  • Урок 97. 00:11:03
    Fixing Minor Problems With The Infinite Scroll
  • Урок 98. 00:00:40
    Introduction
  • Урок 99. 00:10:36
    Coding the Giphy Display Component
  • Урок 100. 00:04:51
    Integrating The Giphy Display Component
  • Урок 101. 00:04:06
    An Exercise For You To Complete
  • Урок 102. 00:22:30
    Exercise Solution
  • Урок 103. 00:02:01
    Introduction
  • Урок 104. 00:01:50
    Code Reuse - When Laziness is A Virtue
  • Урок 105. 00:06:56
    Our Plan For the Trending Page
  • Урок 106. 00:07:09
    Creating The Trending Page
  • Урок 107. 00:00:57
    Exercise For You To Complete
  • Урок 108. 00:02:44
    Exercise Solution
  • Урок 109. 00:01:11
    Introduction
  • Урок 110. 00:03:24
    Excercise For You To Complete
  • Урок 111. 00:18:39
    Exercise Solution - Part 1
  • Урок 112. 00:15:54
    Exercise Solution - Part 2
  • Урок 113. 00:02:07
    Bonus Learning Material - Get Your Free React & Redux Interview Guide