1. Урок 1. 00:02:18
    2- What is Redux
  2. Урок 2. 00:05:30
    3- Pros and Cons of Redux
  3. Урок 3. 00:02:30
    4- Is Redux for You
  4. Урок 4. 00:01:49
    5- Setting Up the Development Environment
  5. Урок 5. 00:00:29
    1- Introduction
  6. Урок 6. 00:01:26
    2- What is Functional Programming
  7. Урок 7. 00:03:08
    3- Functions as First-class Citizens
  8. Урок 8. 00:01:34
    4- Higher-order Functions
  9. Урок 9. 00:03:39
    5- Function Composition
  10. Урок 10. 00:02:23
    6- Composing and Piping
  11. Урок 11. 00:05:45
    7- Currying
  12. Урок 12. 00:02:51
    8- Pure Functions
  13. Урок 13. 00:04:15
    9- Immutability
  14. Урок 14. 00:04:34
    10- Updating Objects
  15. Урок 15. 00:03:56
    11- Updating Arrays
  16. Урок 16. 00:01:06
    12- Enforcing Immutability
  17. Урок 17. 00:03:40
    13- Immutable.js
  18. Урок 18. 00:02:55
    14- Immer
  19. Урок 19. 00:00:26
    1- Introduction
  20. Урок 20. 00:05:04
    2- Redux Architecture
  21. Урок 21. 00:01:45
    3- Your First Redux App
  22. Урок 22. 00:01:28
    4- Designing the Store
  23. Урок 23. 00:03:27
    5- Defining the Actions
  24. Урок 24. 00:06:14
    6- Creating a Reducer
  25. Урок 25. 00:01:27
    7- Creating the Store
  26. Урок 26. 00:02:46
    8- Dispatching Actions
  27. Урок 27. 00:02:08
    9- Subscribing to the Store
  28. Урок 28. 00:03:54
    10- Action Types
  29. Урок 29. 00:02:59
    11- Action Creators
  30. Урок 30. 00:00:18
    12- Exercise
  31. Урок 31. 00:04:58
    13- Solution
  32. Урок 32. 00:00:19
    1- Introduction
  33. Урок 33. 00:01:11
    2- Redux Store
  34. Урок 34. 00:04:19
    3- Private Properties
  35. Урок 35. 00:03:05
    4- Dispatching Actions
  36. Урок 36. 00:02:37
    5- Subscribing to the Store
  37. Урок 37. 00:00:16
    1- Introduction
  38. Урок 38. 00:02:56
    2- Installing Redux DevTools
  39. Урок 39. 00:02:26
    3- The Basics
  40. Урок 40. 00:03:53
    4- Inspector Monitor
  41. Урок 41. 00:04:27
    5- Tracing
  42. Урок 42. 00:01:36
    6- Exporting and Importing
  43. Урок 43. 00:00:16
    1- Introduction
  44. Урок 44. 00:02:37
    2- Structuring Files and Folders
  45. Урок 45. 00:05:47
    3- Ducks Pattern
  46. Урок 46. 00:01:36
    4- Redux Toolkit
  47. Урок 47. 00:02:46
    5- Creating the Store
  48. Урок 48. 00:05:28
    6- Creating Actions
  49. Урок 49. 00:06:57
    7- Creating Reducers
  50. Урок 50. 00:05:07
    8- Creating Slices
  51. Урок 51. 00:00:56
    9- Exercise
  52. Урок 52. 00:03:23
    10- Solution
  53. Урок 53. 00:00:20
    1- Introduction
  54. Урок 54. 00:03:15
    2- Redux State vs Local State
  55. Урок 55. 00:03:24
    3- Structuring a Redux Store
  56. Урок 56. 00:04:10
    4- Combining Reducers
  57. Урок 57. 00:01:47
    5- Normalization
  58. Урок 58. 00:03:38
    6- Selectors
  59. Урок 59. 00:04:48
    7- Memoizing Selectors with Reselect
  60. Урок 60. 00:00:22
    8- Exercise
  61. Урок 61. 00:08:20
    9- Solution
  62. Урок 62. 00:00:21
    1- Introduction
  63. Урок 63. 00:01:12
    2- What is Middleware
  64. Урок 64. 00:06:09
    3- Creating Middleware
  65. Урок 65. 00:01:45
    4- Parameterizing Middleware
  66. Урок 66. 00:08:15
    5- Dispatching Functions
  67. Урок 67. 00:00:49
    6- Exercise
  68. Урок 68. 00:02:04
    7- Solution
  69. Урок 69. 00:00:25
    1- Introduction
  70. Урок 70. 00:01:16
    2- Setting Up the Backend
  71. Урок 71. 00:03:36
    3- The Approach
  72. Урок 72. 00:08:59
    4- API Middleware
  73. Урок 73. 00:05:51
    5- Actions
  74. Урок 74. 00:02:22
    6- Restructuring the Store
  75. Урок 75. 00:06:35
    7- Getting Data from the Server
  76. Урок 76. 00:05:04
    8- Loading Indicators
  77. Урок 77. 00:06:18
    9- Caching
  78. Урок 78. 00:03:41
    10- Saving Data to the Server
  79. Урок 79. 00:00:19
    11- Exercise
  80. Урок 80. 00:04:05
    12- Solution- Resolving Bugs
  81. Урок 81. 00:02:30
    13- Solution- Assigning a Bug to a User
  82. Урок 82. 00:04:56
    14- Reducing Coupling
  83. Урок 83. 00:01:49
    15- Cohesion
  84. Урок 84. 00:00:40
    1- Introduction
  85. Урок 85. 00:03:11
    2- What is Automated Testing
  86. Урок 86. 00:04:44
    3- Setting Up the Testing Environment
  87. Урок 87. 00:05:31
    4- Your First Unit Test
  88. Урок 88. 00:05:11
    5- Unit Testing Redux Applications
  89. Урок 89. 00:09:05
    6- Solitary Tests
  90. Урок 90. 00:09:21
    7- Social Tests
  91. Урок 91. 00:03:37
    8- Mocking HTTP Calls
  92. Урок 92. 00:05:40
    9- Writing Clean Tests
  93. Урок 93. 00:01:44
    10- Test Coverage
  94. Урок 94. 00:00:24
    11- Exercises
  95. Урок 95. 00:06:00
    12- Solution- getUnresolvedBugs
  96. Урок 96. 00:05:46
    13- Solution- resolveBug
  97. Урок 97. 00:12:10
    14- Solution- loadingBugs
  98. Урок 98. 00:01:35
    1- Creating a React App
  99. Урок 99. 00:01:07
    2- Installing Redux
  100. Урок 100. 00:05:30
    3- Providing the Store
  101. Урок 101. 00:05:11
    4- Subscribing and Dispatching
  102. Урок 102. 00:08:33
    5- Connecting Components Using react-redux
  103. Урок 103. 00:05:59
    6- Hooks
  104. Урок 104. 00:00:25
    8- Exercise
  105. Урок 105. 00:03:20
    9- Solution